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