Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorFileUtils
Used to decide how to handle garbage collection.
| Name | EGarbageCollectionOption |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FileHelpers.h |
| Include Path | #include "FileHelpers.h" |
Syntax
enum EGarbageCollectionOption
{
GCO_SkipGarbageCollection = 0,
GCO_CollectGarbage = 1,
}
Values
| Name | Remarks |
|---|---|
| GCO_SkipGarbageCollection | |
| GCO_CollectGarbage |