FCollisionQueryParams

Overload list

Windows
MacOS
Linux
Name Description

Public function

FCollisionQueryParams()

Public function

FCollisionQueryParams

(
    bool bInTraceComplex
)

FCollisionQueryParams, to avoid ambiguity, please use other constructor and explicitly provide an FName parameter (not just a string literal) as the first parameter

Public function

FCollisionQueryParams

(
    FName InTraceTag,
    bool bInTraceComplex,
    const AActor* InIgnoreActor
)

Public function

FCollisionQueryParams

(
    FName InTraceTag,
    const TStatId& InStatId,
    bool bInTraceComplex,
    const AActor* InIgnoreActor
)

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