Navigation
API > API/Developer > API/Developer/AITestSuite
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
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UGameplayTasksComponent > | GTComponent |
Overridden from IGameplayTaskOwnerInterface
| Type | Name | Description | |
|---|---|---|---|
| AActor * | GetGameplayTaskOwner
(
const UGameplayTask* Task |
Get owner of a task or default one when task is null | |
| UGameplayTasksComponent * | GetGameplayTasksComponent
(
const UGameplayTask& Task |
Finds tasks component for given GameplayTask, Task.GetGameplayTasksComponent() may not be initialized at this point! |