![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FAsyncPhysicsTickCallback:Public Attributes | |
| TSet< UActorComponent * > | AsyncPhysicsTickComponents |
| TSet< AActor * > | AsyncPhysicsTickActors |
| TArray< FPendingAsyncPhysicsCommand > | PendingCommands |
Additional Inherited Members | |
Protected Member Functions inherited from Chaos::ISimCallbackObject | |
| ISimCallbackObject (const ESimCallbackOptions InOptions=ESimCallbackOptions::Presimulate) | |
| CHAOS_API FSimCallbackInput * | GetProducerInputData_External () |
| void | SetCurrentInput_Internal (FSimCallbackInput *NewInput) |
| void | SetSimAndDeltaTime_Internal (const FReal InSimTime, const FReal InDeltaTime) |
| const FSimCallbackInput * | GetCurrentInput_Internal () const |
Protected Attributes inherited from Chaos::ISimCallbackObject | |
| FSimCallbackOutput * | CurrentOutput_Internal |
Get a stat name to describe this callback in external profiling and STATS when Named events are enabled
Reimplemented from Chaos::ISimCallbackObject.
Called before simulation step (NOTE: not once per sub-step when sub-stepping is enabled)
Reimplemented from Chaos::ISimCallbackObject.
| TSet<AActor*> FAsyncPhysicsTickCallback::AsyncPhysicsTickActors |
| TSet<UActorComponent*> FAsyncPhysicsTickCallback::AsyncPhysicsTickComponents |
| TArray<FPendingAsyncPhysicsCommand> FAsyncPhysicsTickCallback::PendingCommands |