![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FTaskExecutionFlags () | |
Public Attributes | |
| uint8 | bCanInlineSubsequents: 1 |
Flag structure to pass when executing a task.
|
inlineexplicit |
| uint8 UE::MovieScene::FTaskExecutionFlags::bCanInlineSubsequents |
When false, prevents any other tasks from being executed inline on completion of this task. This should be used when a task is being forced inline to prevent a cascade of inlined tasks from blocking the scheduling of other async work