Navigation
API > API/Runtime > API/Runtime/Engine > API/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
UCLASS ()
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 |