Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorFileUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/FileHelpers.h |
| Include | #include "FileHelpers.h" |
Syntax
enum EGarbageCollectionOption
&123;
GCO_SkipGarbageCollection = 0,
GCO_CollectGarbage = 1,
&125;
Values
| Name | Description |
|---|---|
| GCO_SkipGarbageCollection | |
| GCO_CollectGarbage |
Remarks
Used to decide how to handle garbage collection.