Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCollisionQueryParams
Description
Returns set of source objects (including actors) to ignore during the trace. Note that elements are NOT guaranteed to be unique. This is less important for actors since it's less likely that duplicates are added.
| Name | GetIgnoredActors |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/CollisionQueryParams.h |
| Include Path | #include "CollisionQueryParams.h" |
const IgnoreActorsArrayType & GetIgnoredActors() const