![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FSubstepCallbackGuard |
Macros | |
| #define | SUBSTEPPING_WARNING() ensureMsgf(SubstepCallbackGuard == 0, TEXT("Applying a sub-stepped force from a substep callback. This usually indicates an error. Make sure you're only using physx data, and that you are adding non-substepped forces")); |
Functions | |
| DECLARE_CYCLE_STAT (TEXT("Phys SubstepStart"), STAT_SubstepSimulationStart, STATGROUP_Physics) | |
| DECLARE_CYCLE_STAT (TEXT("Phys SubstepEnd"), STAT_SubstepSimulationEnd, STATGROUP_Physics) | |
| #define SUBSTEPPING_WARNING | ( | ) | ensureMsgf(SubstepCallbackGuard == 0, TEXT("Applying a sub-stepped force from a substep callback. This usually indicates an error. Make sure you're only using physx data, and that you are adding non-substepped forces")); |
| DECLARE_CYCLE_STAT | ( | TEXT("Phys SubstepEnd") | , |
| STAT_SubstepSimulationEnd | , | ||
| STATGROUP_Physics | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("Phys SubstepStart") | , |
| STAT_SubstepSimulationStart | , | ||
| STATGROUP_Physics | |||
| ) |