ECollisionQuery

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

Windows
MacOS
Linux

References

Module

PhysicsCore

Header

/Engine/Source/Runtime/PhysicsCore/Public/PhysicsInterfaceTypesCore.h

Include

#include "PhysicsInterfaceTypesCore.h"

Syntax

enum ECollisionQuery
{
    ObjectQuery    = 0,
    TraceQuery     = 1,
}

Values

Name

Description

ObjectQuery

TraceQuery

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss