UMockGameplayTaskOwner

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UMockGameplayTaskOwner

References

Module

AITestSuite

Header

/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h

Include

#include "MockGameplayTasks.h"

Syntax

class UMockGameplayTaskOwner :
    public UObject,
    public IGameplayTaskOwnerInterface

Variables

Name Description

Public variable

TObjectPtr< UGa...

 

GTComponent

Overridden from IGameplayTaskOwnerInterface

Name Description

Public function Virtual Const

AActor *

 

GetGameplayTaskOwner

(
    const UGameplayTask* Task
)

Get owner of a task or default one when task is null

Public function Virtual Const

UGameplayTas...

 

GetGameplayTasksComponent

(
    const UGameplayTask& Task
)

Finds tasks component for given GameplayTask, Task.GetGameplayTasksComponent() may not be initialized at this point!