IChaosNotifyHandlerInterface

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

ChaosSolverEngine

Header

/Engine/Source/Runtime/Experimental/ChaosSolverEngine/Public/Chaos/ChaosNotifyHandlerInterface.h

Include

#include "Chaos/ChaosNotifyHandlerInterface.h"

Syntax

class IChaosNotifyHandlerInterface : public IInterface

Functions

Name Description

Public function Virtual

void

 

DispatchChaosPhysicsCollisionBlueprintEvents

(
    const FChaosPhysicsCollisionInfo& ...
)

Implementing classes should override to dispatch whatever blueprint events they choose to offer

Public function

void

 

HandlePhysicsCollision

(
    const FChaosPhysicsCollisionInfo& ...
)

Entry point for collision notifications, called by the underlying system. Not for overriding.

Public function Virtual

void

 

NotifyPhysicsCollision

(
    const FChaosPhysicsCollisionInfo& ...
)

Override for native handling of a physics collision

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss