Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | USMInstanceElementEditorSelectionInterface |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Elements/SMInstance/SMInstanceElementEditorSelectionInterface.h |
| Include Path | #include "Elements/SMInstance/SMInstanceElementEditorSelectionInterface.h" |
Syntax
UCLASS (MinimalAPI)
class USMInstanceElementEditorSelectionInterface : public USMInstanceElementSelectionInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USMInstanceElementSelectionInterface → USMInstanceElementEditorSelectionInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< ITypedElementTransactedElement > CreateTransactedElementImpl() |
Elements/SMInstance/SMInstanceElementEditorSelectionInterface.h | ||
virtual bool IsElementSelected
(
const FTypedElementHandle& InElementHandle, |
Elements/SMInstance/SMInstanceElementEditorSelectionInterface.h | ||
virtual bool ShouldPreventTransactions
(
const FTypedElementHandle& InElementHandle |
Elements/SMInstance/SMInstanceElementEditorSelectionInterface.h |
Overridden from USMInstanceElementSelectionInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool DeselectElement
(
const FTypedElementHandle& InElementHandle, |
Elements/SMInstance/SMInstanceElementEditorSelectionInterface.h | ||
virtual bool SelectElement
(
const FTypedElementHandle& InElementHandle, |
Elements/SMInstance/SMInstanceElementEditorSelectionInterface.h |