ETaskResourceOverlapPolicy

Windows
MacOS
Linux

References

Module

GameplayTasks

Header

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

Include

#include "GameplayTask.h"

Syntax

enum ETaskResourceOverlapPolicy
{
    StartOnTop,
    StartAtEnd,
}

Values

Name

Description

StartOnTop

Pause overlapping same-priority tasks.

StartAtEnd

Wait for other same-priority tasks to finish.

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