Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FQueryFlags |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Interface/PhysicsInterfaceWrapperShared.h |
| Include Path | #include "Chaos/Interface/PhysicsInterfaceWrapperShared.h" |
Syntax
struct FQueryFlags
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FQueryFlags
(
EQueryFlags InFlags |
Chaos/Interface/PhysicsInterfaceWrapperShared.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| QueryFlags | EQueryFlags | Chaos/Interface/PhysicsInterfaceWrapperShared.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Chaos/Interface/PhysicsInterfaceWrapperShared.h | ||
FQueryFlags operator&
(
EQueryFlags Rhs |
Chaos/Interface/PhysicsInterfaceWrapperShared.h | ||
FQueryFlags & operator&=
(
EQueryFlags Rhs |
Chaos/Interface/PhysicsInterfaceWrapperShared.h | ||
FQueryFlags operator|
(
EQueryFlags Rhs |
Chaos/Interface/PhysicsInterfaceWrapperShared.h | ||
FQueryFlags & operator|=
(
EQueryFlags Rhs |
Chaos/Interface/PhysicsInterfaceWrapperShared.h | ||
bool operator==
(
const FQueryFlags& Other |
Chaos/Interface/PhysicsInterfaceWrapperShared.h |