Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Physics > API/Runtime/Engine/Physics/Experimental
Inheritance Hierarchy
- IEventHandler
- TRawEventHandler
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Physics/Experimental/PhysScene_Chaos.h |
| Include | #include "Physics/Experimental/PhysScene_Chaos.h" |
Syntax
template<typename PayloadType, typename HandlerType>
class TRawEventHandler : public Chaos::IEventHandler
Remarks
Instance event handler
Constructors
| Type | Name | Description | |
|---|---|---|---|
TRawEventHandler
(
HandlerType* InHandler, |
Overridden from IEventHandler
| Type | Name | Description | |
|---|---|---|---|
| void * | GetHandler () |
||
| bool | GetInterestedProxyOwners
(
TArray< UObject* >& Output |
||
| void | HandleEvent
(
const void* EventData |
Typedefs
| Name | Description |
|---|---|
| FHandlerFunction | |
| FInterestedProxyOwnerFunction |