UGameplayTask::GetGameplayTaskAvatar

Get "body" of task's owner / default, having location in world (e.g. Owner = AIController, Avatar = Pawn)

Windows
MacOS
Linux

Override Hierarchy

IGameplayTaskOwnerInterface::GetGameplayTaskAvatar()

UGameplayTask::GetGameplayTaskAvatar()

References

Module

GameplayTasks

Header

/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTask.h

Include

#include "GameplayTask.h"

Source

/Engine/Source/Runtime/GameplayTasks/Private/GameplayTask.cpp

Syntax

virtual AActor * GetGameplayTaskAvatar
(
    const UGameplayTask * Task
) const

Remarks

Get "body" of task's owner / default, having location in world (e.g. Owner = AIController, Avatar = Pawn)

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