Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime
Utility to hold a typed element handle and its associated selection interface and selection customization.
| Name | FTypedElementSelectionSetElement |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
Syntax
struct FTypedElementSelectionSetElement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Elements/Framework/TypedElementSelectionSet.h | |||
| Elements/Framework/TypedElementSelectionSet.h | |||
| Elements/Framework/TypedElementSelectionSet.h | |||
FTypedElementSelectionSetElement
(
TTypedElement< ITypedElementSelectionInterface > InElementSelectionHandle, |
Elements/Framework/TypedElementSelectionSet.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ElementList | FTypedElementListPtr | Elements/Framework/TypedElementSelectionSet.h | ||
| ElementSelectionHandle | TTypedElement< ITypedElementSelectionInterface > | Elements/Framework/TypedElementSelectionSet.h | ||
| SelectionCustomization | FTypedElementSelectionCustomization * | Elements/Framework/TypedElementSelectionSet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AllowSelectionModifiers() |
Elements/Framework/TypedElementSelectionSet.h | ||
bool CanDeselectElement
(
const FTypedElementSelectionOptions& InSelectionOptions |
Elements/Framework/TypedElementSelectionSet.h | ||
bool CanSelectElement
(
const FTypedElementSelectionOptions& InSelectionOptions |
Elements/Framework/TypedElementSelectionSet.h | ||
bool DeselectElement
(
const FTypedElementSelectionOptions& InSelectionOptions |
Elements/Framework/TypedElementSelectionSet.h | ||
void GetNormalizedElements
(
const FTypedElementSelectionNormalizationOptions& InNormalizationOptions, |
Elements/Framework/TypedElementSelectionSet.h | ||
FTypedElementHandle GetSelectionElement
(
const ETypedElementSelectionMethod InSelectionMethod |
Elements/Framework/TypedElementSelectionSet.h | ||
bool IsElementSelected
(
const FTypedElementIsSelectedOptions& InSelectionOptions |
Elements/Framework/TypedElementSelectionSet.h | ||
bool IsSet() |
Elements/Framework/TypedElementSelectionSet.h | ||
bool SelectElement
(
const FTypedElementSelectionOptions& InSelectionOptions |
Elements/Framework/TypedElementSelectionSet.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Elements/Framework/TypedElementSelectionSet.h | ||
| Elements/Framework/TypedElementSelectionSet.h | |||
| Elements/Framework/TypedElementSelectionSet.h |