Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Commandlets
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCommandlet
- UPluginCommandlet
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Commandlets/PluginCommandlet.h |
Include | #include "Commandlets/PluginCommandlet.h" |
Syntax
class UPluginCommandlet : public UCommandlet
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< FString > | CmdLineSwitches | Parsed commandline switches |
![]() |
TArray< FString > | CmdLineTokens | Parsed commandline tokens |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UPluginCommandlet
(
const FObjectInitializer& ObjectInitializer |
UPluginCommandlet |