Go to the source code of this file.
◆ EGameplayTaskState
| Enumerator |
|---|
| Uninitialized | |
| AwaitingActivation | |
| Paused | |
| Active | |
| Finished | |
◆ ETaskResourceOverlapPolicy
| Enumerator |
|---|
| StartOnTop | Pause overlapping same-priority tasks.
|
| StartAtEnd | Wait for other same-priority tasks to finish.
|
| RequestCancelAndStartOnTop | Request to cancel same or lower priority tasks, if tasks not ended pause overlapping same-priority tasks.
|
| RequestCancelAndStartAtEnd | Request to cancel same or lower priority tasks, wait for any remaining overlapping same-priority tasks to finish.
|
◆ DECLARE_LOG_CATEGORY_EXTERN()