UGameplayTasksComponent::AddTaskReadyForActivation

Processes the task and figures out if it should get triggered instantly or wait based on task's RequiredResources, Priority and ResourceOverlapPolicy

Windows
MacOS
Linux

References

Module

GameplayTasks

Header

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

Include

#include "GameplayTasksComponent.h"

Source

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

Syntax

void AddTaskReadyForActivation
(
    UGameplayTask & NewTask
)

Remarks

Processes the task and figures out if it should get triggered instantly or wait based on task's RequiredResources, Priority and ResourceOverlapPolicy

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