![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FORCEINLINE void | Reset () |
Public Attributes | |
| FTickGraphTask * | TickTask = nullptr |
| TArray< FTickFunction * > | TickPrerequisites |
| TArray< FTickFunction * > | TickFunctions |
Info used to execute a batch tick
|
inline |
| TArray<FTickFunction*> FTickBatchInfo::TickFunctions |
Functions to tick, defaults to a single one
| TArray<FTickFunction*> FTickBatchInfo::TickPrerequisites |
Prerequisites that are important
| FTickGraphTask* FTickBatchInfo::TickTask = nullptr |
Actual task assigned to this batch