FCollisionQueryParams::SetNumIgnoredComponents

Set the number of ignored components in the list.

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 SetNumIgnoredComponents
(
    int32 NewNum
)

Remarks

Set the number of ignored components in the list. Uniqueness is not changed, it operates on the current state (unique or not). Useful for temporarily adding some, then restoring to a previous size. NewNum must be <= number of current components for there to be any effect.

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