Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTask.h |
Include |
#include "GameplayTask.h" |
Source |
/Engine/Source/Runtime/GameplayTasks/Private/GameplayTask.cpp |
void InitTask
(
IGameplayTaskOwnerInterface & InTaskOwner,
uint8 InPriority
)
Initailizes the task with the task owner interface instance but does not actviate until Activate() is called