Navigation
API > API/Runtime > API/Runtime/Engine
| Name | USmokeTestCommandlet |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Commandlets/SmokeTestCommandlet.h |
| Include Path | #include "Commandlets/SmokeTestCommandlet.h" |
Syntax
UCLASS ()
class USmokeTestCommandlet : public UCommandlet
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCommandlet → USmokeTestCommandlet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USmokeTestCommandlet
(
const FObjectInitializer& ObjectInitializer |
Commandlets/SmokeTestCommandlet.h |
Functions
Public
Overridden from UCommandlet
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 Main
(
const FString& Params |
Entry point for your commandlet | Commandlets/SmokeTestCommandlet.h |