UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EventManager.h File Reference

Go to the source code of this file.

Classes

class  Chaos::IEventHandler
 
class  Chaos::TRawEventHandler< PayloadType, HandlerType >
 
class  Chaos::FEventContainerBase
 
class  Chaos::TEventContainer< PayloadType >
 
class  Chaos::FEventManager
 

Namespaces

namespace  Chaos
 
namespace  Chaos::Private
 

Typedefs

typedef int32 Chaos::FEventID
 
typedef IEventHandlerChaos::FEventHandlerPtr
 
using Chaos::FEventContainerBasePtr = FEventContainerBase *
 

Enumerations

enum class  Chaos::EEventType : int32 {
  Chaos::Collision = 0 , Chaos::Breaking = 1 , Chaos::Trailing = 2 , Chaos::Sleeping = 3 ,
  Chaos::Removal = 4 , Chaos::Crumbling = 5
}