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 EQueryFlags
{
None = 0,
PreFilter = (1 << 2),
PostFilter = (1 << 3),
AnyHit = (1 << 4),
SkipNarrowPhase = (1 << 5),
}
Values
Name | Description |
---|---|
None | |
PreFilter | |
PostFilter | |
AnyHit | |
SkipNarrowPhase |