Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/UTypedElementSelectionSet
Description
Serializes the current selection set. The calling code is responsible for storing any state information. The selection set can be returned to a prior state using RestoreSelectionState.
| Name | GetCurrentSelectionState |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
| Source | /Engine/Source/Runtime/TypedElementRuntime/Private/Elements/Framework/TypedElementSelectionSet.cpp |
UFUNCTION (BlueprintPure, Category="TypedElementFramework|Selection")
FTypedElementSelectionSetState GetCurrentSelectionState() const
the current state of the selection set.