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

UGameplayTasksC...

 

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!

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss