Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime
| Name | TTypedElement< ITypedElementSelectionInterface > |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Interfaces/TypedElementSelectionInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementSelectionInterface.h" |
Syntax
template<>
struct TTypedElement< ITypedElementSelectionInterface > : public TTypedElementBase< ITypedElementSelectionInterface >
Inheritance Hierarchy
- FTypedElementHandle → TTypedElementBase → TTypedElement< ITypedElementSelectionInterface >
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AllowSelectionModifiers
(
FTypedElementListConstRef InSelectionSet |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
bool CanDeselectElement
(
const FTypedElementSelectionOptions& InSelectionOptions |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
bool CanSelectElement
(
const FTypedElementSelectionOptions& InSelectionOptions |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
TUniquePtr< ITypedElementTransactedElement > CreateTransactedElement() |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
bool DeselectElement
(
FTypedElementListRef InSelectionSet, |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
FTypedElementHandle GetSelectionElement
(
FTypedElementListConstRef InCurrentSelection, |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
bool IsElementSelected
(
FTypedElementListConstRef InSelectionSet, |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
bool SelectElement
(
FTypedElementListRef InSelectionSet, |
Elements/Interfaces/TypedElementSelectionInterface.h | ||
bool ShouldPreventTransactions() |
Elements/Interfaces/TypedElementSelectionInterface.h |