Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Elements > API/Editor/UnrealEd/Elements/Object
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UObjectElementSelectionInterface
- UObjectElementEditorSelectionInterface
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Elements/Object/ObjectElementEditorSelectionInterface.h |
| Include | #include "Elements/Object/ObjectElementEditorSelectionInterface.h" |
Syntax
class UObjectElementEditorSelectionInterface : public UObjectElementSelectionInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ShouldObjectPreventTransactions
(
const UObject* InObject |
Overridden from ITypedElementSelectionInterface
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< ITypedElementTransactedElement > | Create a transacted element instance that can be used to save/load elements of the implementation type for undo/redo. | ||
| bool | ShouldPreventTransactions
(
const FTypedElementHandle& InElementHandle |
Test to see whether the given element prevents the selection set state from being transacted for undo/redo (eg, if the element belongs to a PIE instance). |