![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PhysicsPublic.h>
Inheritance diagram for FPhysicsDelegates:Public Member Functions | |
| DECLARE_MULTICAST_DELEGATE_OneParam (FOnPhysicsAssetChanged, const UPhysicsAsset *) | |
| DECLARE_MULTICAST_DELEGATE_OneParam (FOnPhysSceneInit, FPhysScene *) | |
| DECLARE_MULTICAST_DELEGATE_OneParam (FOnPhysSceneTerm, FPhysScene *) | |
| DECLARE_MULTICAST_DELEGATE_OneParam (FOnPhysDispatchNotifications, FPhysScene *) | |
Public Member Functions inherited from FPhysicsDelegatesCore | |
| DECLARE_MULTICAST_DELEGATE_OneParam (FOnUpdatePhysXMaterial, UPhysicalMaterial *) | |
Static Public Attributes | |
| static ENGINE_API FOnPhysicsAssetChanged | OnPhysicsAssetChanged |
| static ENGINE_API FOnPhysSceneInit | OnPhysSceneInit |
| static ENGINE_API FOnPhysSceneTerm | OnPhysSceneTerm |
| static ENGINE_API FOnPhysDispatchNotifications | OnPhysDispatchNotifications |
Static Public Attributes inherited from FPhysicsDelegatesCore | |
| static PHYSICSCORE_API FOnUpdatePhysXMaterial | OnUpdatePhysXMaterial |
Set of delegates to allowing hooking different parts of the physics engine
| FPhysicsDelegates::DECLARE_MULTICAST_DELEGATE_OneParam | ( | FOnPhysDispatchNotifications | , |
| FPhysScene * | |||
| ) |
| FPhysicsDelegates::DECLARE_MULTICAST_DELEGATE_OneParam | ( | FOnPhysicsAssetChanged | , |
| const UPhysicsAsset * | |||
| ) |
| FPhysicsDelegates::DECLARE_MULTICAST_DELEGATE_OneParam | ( | FOnPhysSceneInit | , |
| FPhysScene * | |||
| ) |
| FPhysicsDelegates::DECLARE_MULTICAST_DELEGATE_OneParam | ( | FOnPhysSceneTerm | , |
| FPhysScene * | |||
| ) |
|
static |
|
static |
|
static |
|
static |