Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UGarbageCollectionSettings
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/CoreSettings.h |
Include | #include "Engine/CoreSettings.h" |
Syntax
UCLASS (Config=Engine, defaultconfig, Meta=(DisplayName="Garbage Collection"), MinimalAPI)
class UGarbageCollectionSettings : public UDeveloperSettings
Remarks
Implements the settings for garbage collection.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
ConsoleVariable | ||
![]() ![]() ![]() ![]() |
DisplayName | ||
![]() ![]() ![]() ![]() |
ToolTip |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
UObject interface |
![]() ![]() |
void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |