Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/CollisionQueryParams.h |
| Include | #include "CollisionQueryParams.h" |
Syntax
struct FCollisionQueryFlag
Remarks
If ECollisionChannel entry has metadata of "TraceType = 1", they will be excluded by Collision Profile Any custom channel with bTraceType=true also will be excluded By default everything is object type
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddToAllObjectsQueryFlag
(
ECollisionChannel NewChannel |
||
| void | AddToAllStaticObjectsQueryFlag
(
ECollisionChannel NewChannel |
||
| FCollisionQueryFlag & | Get () |
||
| int32 | |||
| int32 | |||
| int32 | |||
| void | RemoveFromAllObjectsQueryFlag
(
ECollisionChannel NewChannel |
||
| void | RemoveFromAllStaticObjectsQueryFlag
(
ECollisionChannel NewChannel |
||
| void | SetAllDynamicObjectsQueryFlag
(
int32 NewQueryFlag |
||
| void | SetAllObjectsQueryFlag
(
int32 NewQueryFlag |
||
| void | SetAllStaticObjectsQueryFlag
(
int32 NewQueryFlag |