UE Select File / Folder Window 插件说明

简介: UE Select File / Folder Window 插件说明

本插件可以在蓝图中打开系统自带的文件/文件夹选择窗口。并且可以在打包出发行包。

1. Open Load File Window

打开文件读取选择窗口,只能单选文件,此函数只是返回文件路径,不会真正读取文件信息


输入

Dialog Title :打开窗口的标题

Default Path :打开时的默认路径

Show Info :显示在文件过滤窗口信息

File Type :实际需要操作的文件格式,例如      *.txt      *.png        *.*


输出

File Path :选择的文件路径


2. Open Load File Window (Multiple)

打开文件读取选择窗口,可以多选文件,此函数只是返回文件路径,不会真正读取文件信息

输入

Dialog Title :打开窗口的标题

Default Path :打开时的默认路径

Show Info :显示在文件过滤窗口信息

File Type :实际需要操作的文件格式,例如     *.txt      *.png        *.*


输出

File Path :选择的文件路径,此变量为数组,有选择几个文件,就返回几个。


3. Open Save File Window

打开文件保存选择窗口,可以多选文件,此函数只是返回文件路径,不会真正读取文件信息


输入

Dialog Title :打开窗口的标题

Default Path :打开时的默认路径

Show Info :显示在文件过滤窗口信息

File Type :实际需要操作的文件格式,例如     *.txt      *.png        *.*


输出

File Path :选择的文件路径


4. Open Folder Window

打开文件夹选择窗口,返回文件夹路径


输入

Dialog Title :打开窗口的描述信息

Default Directory: 打开窗口时默认选择的文件夹

New Folder: 是否显示新建文件夹按钮


输出

Directory Path:选择的文件夹路径


5. Run File

使用系统默认程序打开相应的文件。


输入

File Path :运行文件的完整绝对路径


Select File / Folder Window in Code Plugins - UE Marketplace

Open File/Folder Window That Can Be Packaged In Shipping Mode

https://www.unrealengine.com/marketplace/product/9ad6f7d5f2c643d9887b6d009e243abf


相关文章
|
16天前
项目中使用antd中的upload组件file对象到底是info.file还是info.file.originFileObj_坑
在Ant Design的Upload组件中,`onChange`事件处理函数接收一个对象参数,其中`file`字段在不同情况下可能是一个File对象或包含`originFileObj`属性的对象。为了兼容,可以使用`info.file.originFileObj ? info.file.originFileObj : info.file`来确保获取到原始的File对象。官方建议这种写法,并将在未来的大版本中统一返回包含`originFileObj`属性的对象。
36 1
项目中使用antd中的upload组件file对象到底是info.file还是info.file.originFileObj_坑
|
11月前
[√]addr2line
[√]addr2line
131 0
|
5月前
|
IDE 开发工具 Android开发
Couldn‘t get post build model. Module:UpdateService_0804.main Variant: debugOpen logcat panel fo
Couldn‘t get post build model. Module:UpdateService_0804.main Variant: debugOpen logcat panel fo
66 0
|
5月前
|
安全 PHP
文件上传--Upload-labs--Pass19--move_upload_file()函数特性
文件上传--Upload-labs--Pass19--move_upload_file()函数特性
|
Windows
DTDragDropFile UE Drag the system file to the window Plug-in Description
DTDragDropFile UE Drag the system file to the window Plug-in Description
66 0
|
Windows
UE INI File Operation [ Read / Write ] Plug-in description
UE INI File Operation [ Read / Write ] Plug-in description
62 0
Anaconda Navigator:could not find or load the QT platform plugin "window in"
Anaconda Navigator:could not find or load the QT platform plugin "window in"
225 0
Anaconda Navigator:could not find or load the QT platform plugin "window in"
Unity报错:Read only asset Packages/com.xxxxx.xxx.xxxx/Editor/VSCodeDiscovery.cs.IPGSD has no meta
Unity报错:Read only asset Packages/com.xxxxx.xxx.xxxx/Editor/VSCodeDiscovery.cs.IPGSD has no meta
Unity报错:Read only asset Packages/com.xxxxx.xxx.xxxx/Editor/VSCodeDiscovery.cs.IPGSD has no meta
vuepress build提示YAMLException: end of the stream or a document separator is expected at line 7, colu
vuepress build提示YAMLException: end of the stream or a document separator is expected at line 7, colu
826 0