UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PhysSubstepTasks.cpp File Reference

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)
 

Macro Definition Documentation

◆ SUBSTEPPING_WARNING

#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"));

Function Documentation

◆ DECLARE_CYCLE_STAT() [1/2]

DECLARE_CYCLE_STAT ( TEXT("Phys SubstepEnd" ,
STAT_SubstepSimulationEnd  ,
STATGROUP_Physics   
)

◆ DECLARE_CYCLE_STAT() [2/2]

DECLARE_CYCLE_STAT ( TEXT("Phys SubstepStart" ,
STAT_SubstepSimulationStart  ,
STATGROUP_Physics   
)