Navigation
API > API/Runtime > API/Runtime/ChaosSolverEngine > API/Runtime/ChaosSolverEngine/Chaos
Inheritance Hierarchy
- IInterface
- IChaosNotifyHandlerInterface
- UGeometryCollectionComponent
References
| Module | ChaosSolverEngine |
| Header | /Engine/Source/Runtime/Experimental/ChaosSolverEngine/Public/Chaos/ChaosNotifyHandlerInterface.h |
| Include | #include "Chaos/ChaosNotifyHandlerInterface.h" |
Syntax
class IChaosNotifyHandlerInterface : public IInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DispatchChaosPhysicsCollisionBlueprintEvents
(
const FChaosPhysicsCollisionInfo& CollisionInfo |
Implementing classes should override to dispatch whatever blueprint events they choose to offer | |
| void | HandlePhysicsCollision
(
const FChaosPhysicsCollisionInfo& CollisionInfo |
Entry point for collision notifications, called by the underlying system. Not for overriding. | |
| void | NotifyPhysicsCollision
(
const FChaosPhysicsCollisionInfo& CollisionInfo |
Override for native handling of a physics collision |