Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCollisionQueryParams
| Type | Name | Description | |
|---|---|---|---|
| void | AddIgnoredComponents
(
const TArray< UPrimitiveComponent* >& InIgnoreComponents |
Add a collection of components for this trace to ignore | |
| void | AddIgnoredComponents
(
const TArray< TWeakObjectPtr< UPrimitiveComponent >>& InIgnoreComponents |
Variant that uses an array of TWeakObjectPtrs |