EGarbageCollectionOption

Used to decide how to handle garbage collection.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/FileHelpers.h

Include

#include "FileHelpers.h"

Syntax

enum EGarbageCollectionOption
{
    GCO_SkipGarbageCollection    = 0,
    GCO_CollectGarbage           = 1,
}

Values

Name

Description

GCO_SkipGarbageCollection

GCO_CollectGarbage

Remarks

Used to decide how to handle garbage collection.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss