FCollisionQueryParams::AddIgnoredComponent_LikelyDuplicatedRoot

Special variant that hints that we are likely adding a duplicate of the root component or first ignored component.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "CollisionQueryParams.h"

Source

/Engine/Source/Runtime/Engine/Private/Collision/Collision.cpp

Syntax

void AddIgnoredComponent_LikelyDuplicatedRoot
(
    const UPrimitiveComponent * InIgnoreComponent
)

Remarks

Special variant that hints that we are likely adding a duplicate of the root component or first ignored component. Helps avoid invalidating the potential uniquess of the IgnoreComponents array.

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