Runtime/Physics/Public/PhysicsEvents.h file

Classes

class SimpleContactManifold
Simple manifold class, describes the contact surface between two bodies.
struct PhysicsContactEvent

Enums

enum class PhysicsContactEventType: uint8_t { OnHit = 0, Removed = 1, OnOverlapBegin = 2, OnOverlapEnded = 3, Validate = 4, Activated = 5, Deactivated = 6, Solve = 7, Max = 8, INVALID = 255 }