Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | UObjectElementEditorSelectionInterface |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Elements/Object/ObjectElementEditorSelectionInterface.h |
| Include Path | #include "Elements/Object/ObjectElementEditorSelectionInterface.h" |
Syntax
UCLASS (MinimalAPI)
class UObjectElementEditorSelectionInterface : public UObjectElementSelectionInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UObjectElementSelectionInterface → UObjectElementEditorSelectionInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< ITypedElementTransactedElement > CreateTransactedElementImpl() |
Elements/Object/ObjectElementEditorSelectionInterface.h | ||
virtual bool ShouldPreventTransactions
(
const FTypedElementHandle& InElementHandle |
Elements/Object/ObjectElementEditorSelectionInterface.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ShouldObjectPreventTransactions
(
const UObject* InObject |
Elements/Object/ObjectElementEditorSelectionInterface.h |