Navigation
API > API/Developer > API/Developer/AITestSuite
Inheritance Hierarchy
- UGameplayTask
- UMockTask_Log
References
| Module | AITestSuite |
| Header | /Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h |
| Include | #include "MockGameplayTasks.h" |
Syntax
UCLASS ()
class UMockTask_Log : public UGameplayTask
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShoudEndAsPartOfActivation | ||
| FTestLogger< int32 > * | Logger |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMockTask_Log
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Activate () |
||
| UMockTask_Log * | CreateTask
(
IGameplayTaskOwnerInterface& TaskOwner, |
||
| void | EnableTick () |
Testing only hack-functions | |
| void | |||
| void | ExternalConfirm
(
bool bEndTask |
||
| void | OnDestroy
(
bool bOwnerFinished |
||
| void | SetInstaEnd
(
bool bNewValue |
||
| void | TickTask
(
float DeltaTime |