Navigation
API > API/Editor > API/Editor/UnrealEd
Commandlet for creating a binary GConfig to read in quickly
| Name | UMakeBinaryConfigCommandlet |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/MakeBinaryConfigCommandlet.h |
| Include Path | #include "Commandlets/MakeBinaryConfigCommandlet.h" |
Syntax
UCLASS ()
class UMakeBinaryConfigCommandlet : public UCommandlet
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCommandlet → UMakeBinaryConfigCommandlet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMakeBinaryConfigCommandlet
(
const FObjectInitializer& ObjectInitializer |
Commandlets/MakeBinaryConfigCommandlet.h |
Functions
Public
Overridden from UCommandlet
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 Main
(
const FString& Params |
Commandlets/MakeBinaryConfigCommandlet.h |