Navigation
API > API/Developer > API/Developer/AITestSuite
| Name | UMockTask_Log |
| Type | class |
| Header File | /Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h |
| Include Path | #include "MockGameplayTasks.h" |
Syntax
UCLASS ()
class UMockTask_Log : public UGameplayTask
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGameplayTask → UMockTask_Log
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMockTask_Log
(
const FObjectInitializer& ObjectInitializer |
MockGameplayTasks.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EnableTick() |
Testing only hack-functions | MockGameplayTasks.h | |
void SetInstaEnd
(
bool bNewValue |
MockGameplayTasks.h |
Overridden from UGameplayTask
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ExternalCancel() |
MockGameplayTasks.h | ||
virtual void ExternalConfirm
(
bool bEndTask |
MockGameplayTasks.h | ||
virtual void TickTask
(
float DeltaTime |
MockGameplayTasks.h |
Protected
Overridden from UGameplayTask
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Activate() |
MockGameplayTasks.h | ||
virtual void OnDestroy
(
bool bOwnerFinished |
MockGameplayTasks.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UMockTask_Log * CreateTask
(
IGameplayTaskOwnerInterface& TaskOwner, |
MockGameplayTasks.h |