ue4读取外部数据_UE4文件读取插件

UE4插件名称 Simple File Helpler

版本 1.0

目录

1.Load File to Array

2.Load File to String Array

3.Load File to String

4.Save Array to File

5.Save String to File

6.Save String Array to File

7.Generate Next Bitmap Filename

8.Create Bitmap

10.Load ANSIText File to Strings

ue4读取外部数据_UE4文件读取插件_第1张图片

哈喽,大家好,我叫人宅.今天我们聊聊SimpleFileHepler的使用方法。

本插件是通过C++ UE4Core模块下的FileHelper而命名的,直译就是简单的文件操作。

那么该插件里面有哪些值得期待的内容呢?

目前1.0版本中一共是10个蓝图,用法和C++代码中一模一样,这里我们用最简单的方法来展现如何使用本套插件:

1.Load File to Array

ue4读取外部数据_UE4文件读取插件_第2张图片

<

你可能感兴趣的:(ue4读取外部数据)