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