Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/UTypedElementSelectionSet
Description
Enumerate the selected elements that implement the given interface.
Return true from the callback to continue enumeration.
| Name | ForEachSelectedElement |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
template<typename BaseInterfaceType>
void ForEachSelectedElement
(
TFunctionRef < bool< BaseInterfaceType > &)> InCallback
) const