![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <EventManager.h>
Inheritance diagram for Chaos::IEventHandler:Public Member Functions | |
| virtual | ~IEventHandler () |
| virtual void | HandleEvent (const void *EventData) const =0 |
| virtual bool | GetInterestedProxyOwners (TArray< UObject * > &Output) const =0 |
| virtual void * | GetHandler () const =0 |
Friends | |
| template<typename PayloadType > | |
| class | TEventContainer |
Interface for event handler
|
inlinevirtual |
Implemented in Chaos::TRawEventHandler< PayloadType, HandlerType >.
|
pure virtual |
Implemented in Chaos::TRawEventHandler< PayloadType, HandlerType >.
Implemented in Chaos::TRawEventHandler< PayloadType, HandlerType >.
|
friend |