Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UComponentElementWorldInterface
Description
Attempt to modify FCollisionQueryParams so that the given element (and optionally any attached sub-elements, if the element is part of a hierarchy) is ignored in the query.
For instance, this can be used to support dragging elements into the scene and raycasting for a target location without hitting the preview.
Virtual Inheritance
- ITypedElementWorldInterface::AddIgnoredElementToCollisionQueryParams → UComponentElementWorldInterface::AddIgnoredElementToCollisionQueryParams
| Name | AddIgnoredElementToCollisionQueryParams |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/Component/ComponentElementWorldInterface.h |
| Include Path | #include "Elements/Component/ComponentElementWorldInterface.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Elements/Component/ComponentElementWorldInterface.cpp |
virtual bool AddIgnoredElementToCollisionQueryParams
(
const FTypedElementHandle & InElementHandle,
FCollisionQueryParams & InOutParams,
bool bAlsoIgnoreSubElements
)
true if the collision query parameters were modified.