Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/UTypedElementSelectionSet
Description
Enumerate the handle of every selected element, optionally filtering to elements that implement the given interface.
Return true from the callback to continue enumeration.
| Name | ForEachSelectedElementHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
void ForEachSelectedElementHandle
(
TFunctionRef < bool &)> InCallback,
const TSubclassOf < UInterface > & InBaseInterfaceType
) const