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