![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Chaos/Framework/MultiBufferResource.h"#include "Chaos/Framework/PhysicsProxyBase.h"#include "Chaos/PBDRigidsEvolutionFwd.h"#include "Misc/ScopeLock.h"#include "Chaos/Defines.h"#include "Misc/TransactionallySafeRWLock.h"#include "Misc/ScopeRWLock.h"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 IEventHandler * | Chaos::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 } |