Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Chaos > API/Runtime/Chaos/Chaos/Interface
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Interface/PhysicsInterfaceWrapperShared.h |
Include | #include "Chaos/Interface/PhysicsInterfaceWrapperShared.h" |
Syntax
enum EHitFlags
{
None = 0,
Position = (1 << 0),
Normal = (1 << 1),
Distance = (1 << 2),
UV = (1 << 3),
MTD = (1 << 9),
FaceIndex = (1 << 10),
}
Values
Name | Description |
---|---|
None | |
Position | |
Normal | |
Distance | |
UV | |
MTD | |
FaceIndex |
Remarks
Possible results from a scene query