Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Elements > API/Editor/UnrealEd/Elements/Component
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UComponentElementSelectionInterface
- UComponentElementEditorSelectionInterface
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Elements/Component/ComponentElementEditorSelectionInterface.h |
| Include | #include "Elements/Component/ComponentElementEditorSelectionInterface.h" |
Syntax
class UComponentElementEditorSelectionInterface : public UComponentElementSelectionInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsComponentSelected
(
const UActorComponent* InComponent, |
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 | IsElementSelected
(
const FTypedElementHandle& InElementHandle, |
Test to see whether the given element is currently considered selected. | |
| 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). |