Navigation
API > API/Plugins > API/Plugins/Gauntlet
| Name | UGauntletTestControllerBootTest |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Gauntlet/Source/Gauntlet/Public/GauntletTestControllerBootTest.h |
| Include Path | #include "GauntletTestControllerBootTest.h" |
Syntax
UCLASS (MinimalAPI)
class UGauntletTestControllerBootTest : public UGauntletTestController
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGauntletTestController → UGauntletTestControllerBootTest
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsBootProcessComplete() |
GauntletTestControllerBootTest.h |
Overridden from UGauntletTestController
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnTick
(
float TimeDelta |
Called periodically to let the controller check and control state | GauntletTestControllerBootTest.h |