Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/UTypedElementSelectionSet
Description
Restores the selection set from the given state. The calling code is responsible for managing any undo state.
| Name | RestoreSelectionState |
| 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 (BlueprintCallable, Category="TypedElementFramework|Selection")
void RestoreSelectionState
(
const FTypedElementSelectionSetState & InSelectionState
)