FCollisionQueryParams::FCollisionQueryParams

Constructors.

Windows
MacOS
Linux

Deprecated

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

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CollisionQueryParams.h

Include

#include "CollisionQueryParams.h"

Syntax

FCollisionQueryParams
(
    bool bInTraceComplex
)

Remarks

DEPRECATED! Please instead provide a FName parameter when constructing a FCollisionQueryParams object which will use the other constructor. Providing a single string literal argument, such as TEXT("foo"), instead of an explicit FNAME can cause this constructor to be invoked instead the the other which was likely the programmers intention. This constructor will eventually be deprecated to avoid this potentially ambiguous case.

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