Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Elements > API/Editor/UnrealEd/Elements/Component
Inheritance Hierarchy
- UComponentElementWorldInterface
- UComponentElementEditorWorldInterface
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Elements/Component/ComponentElementEditorWorldInterface.h |
| Include | #include "Elements/Component/ComponentElementEditorWorldInterface.h" |
Syntax
UCLASS (MinimalAPI)
class UComponentElementEditorWorldInterface : public UComponentElementWorldInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCopyElement
(
const FTypedElementHandle& InElementHandle |
||
| bool | CanDeleteElement
(
const FTypedElementHandle& InElementHandle |
||
| bool | CanDuplicateElement
(
const FTypedElementHandle& InElementHandle |
||
| void | CopyElements
(
TArrayView< const FTypedElementHandle > InElementHandles, |
||
| bool | DeleteElements
(
TArrayView< const FTypedElementHandle > InElementHandles, |
||
| void | DuplicateElements
(
TArrayView< const FTypedElementHandle > InElementHandles, |
||
| TSharedPtr< FWorldElementPasteImporter > | |||
| TArray< FTypedElementHandle > | GetSelectionElementsFromSelectionFunction
(
const FTypedElementHandle& InElementHandle, |
||
| bool | IsElementInBox
(
const FTypedElementHandle& Handle, |
||
| bool | IsElementInConvexVolume
(
const FTypedElementHandle& Handle, |
||
| void | NotifyMovementEnded
(
const FTypedElementHandle& InElementHandle |
||
| void | NotifyMovementOngoing
(
const FTypedElementHandle& InElementHandle |
||
| void | NotifyMovementStarted
(
const FTypedElementHandle& InElementHandle |