UGameplayTask::InitTask

Initailizes the task with the task owner interface instance but does not actviate until [Activate()](API\Runtime\GameplayTasks\UGameplayTask\Activate) is called

Windows
MacOS
Linux

References

Module

GameplayTasks

Header

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

Include

#include "GameplayTask.h"

Source

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

Syntax

void InitTask
(
    IGameplayTaskOwnerInterface & InTaskOwner,
    uint8 InPriority
)

Remarks

Initailizes the task with the task owner interface instance but does not actviate until Activate() is called

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