Navigation
API > API/Runtime > API/Runtime/Chaos
Possible results from a scene query
| Name | EHitFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Interface/PhysicsInterfaceWrapperShared.h |
| Include Path | #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 | Remarks |
|---|---|
| None | |
| Position | |
| Normal | |
| Distance | |
| UV | |
| MTD | |
| FaceIndex |