Navigation
API > API/Runtime > API/Runtime/PhysicsCore
Type of query for object type or trace type Trace queries correspond to trace functions with TravelChannel/ResponseParams Object queries correspond to trace functions with Object types
| Name | ECollisionQuery |
| Type | enum |
| Header File | /Engine/Source/Runtime/PhysicsCore/Public/PhysicsInterfaceTypesCore.h |
| Include Path | #include "PhysicsInterfaceTypesCore.h" |
Syntax
enum ECollisionQuery
{
ObjectQuery = 0,
TraceQuery = 1,
}
Values
| Name | Remarks |
|---|---|
| ObjectQuery | |
| TraceQuery |