UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ESubsequentsMode Namespace Reference

Enumerations

enum  Type { TrackSubsequents , FireAndForget }
 

Enumeration Type Documentation

◆ Type

Enumerator
TrackSubsequents 

Necessary when another task will depend on this task.

FireAndForget 

Can be used to save task graph overhead when firing off a task that will not be a dependency of other tasks.