Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCollisionQueryParams
Description
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.
| Name | SetNumIgnoredComponents |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/CollisionQueryParams.h |
| Include Path | #include "CollisionQueryParams.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Collision/Collision.cpp |
void SetNumIgnoredComponents
(
int32 NewNum
)