Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | EQueryFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Interface/PhysicsInterfaceWrapperShared.h |
| Include Path | #include "Chaos/Interface/PhysicsInterfaceWrapperShared.h" |
Syntax
enum EQueryFlags
{
None = 0,
PreFilter = (1 << 2),
PostFilter = (1 << 3),
AnyHit = (1 << 4),
SkipNarrowPhase = (1 << 5),
}
Values
| Name | Remarks |
|---|---|
| None | |
| PreFilter | |
| PostFilter | |
| AnyHit | |
| SkipNarrowPhase |