Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | EFileInteraction |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FileHelpers.h |
| Include Path | #include "FileHelpers.h" |
Syntax
enum EFileInteraction
{
FI_Load,
FI_Save,
FI_ImportScene,
FI_ExportScene,
}
Values
| Name | Remarks |
|---|---|
| FI_Load | |
| FI_Save | |
| FI_ImportScene | |
| FI_ExportScene |