Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | UComponentElementEditorWorldInterface |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Elements/Component/ComponentElementEditorWorldInterface.h |
| Include Path | #include "Elements/Component/ComponentElementEditorWorldInterface.h" |
Syntax
UCLASS (MinimalAPI)
class UComponentElementEditorWorldInterface : public UComponentElementWorldInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UComponentElementWorldInterface → UComponentElementEditorWorldInterface
Implements Interfaces
Functions
Public
Overridden from ITypedElementWorldInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanCopyElement
(
const FTypedElementHandle& InElementHandle |
Elements/Component/ComponentElementEditorWorldInterface.h | ||
virtual bool CanDeleteElement
(
const FTypedElementHandle& InElementHandle |
Elements/Component/ComponentElementEditorWorldInterface.h | ||
virtual bool CanDuplicateElement
(
const FTypedElementHandle& InElementHandle |
Elements/Component/ComponentElementEditorWorldInterface.h | ||
virtual void CopyElements
(
TArrayView< const FTypedElementHandle > InElementHandles, |
Elements/Component/ComponentElementEditorWorldInterface.h | ||
virtual bool DeleteElements
(
TArrayView< const FTypedElementHandle > InElementHandles, |
Elements/Component/ComponentElementEditorWorldInterface.h | ||
virtual void DuplicateElements
(
TArrayView< const FTypedElementHandle > InElementHandles, |
Elements/Component/ComponentElementEditorWorldInterface.h | ||
virtual TSharedPtr< FWorldElementPasteImporter > GetPasteImporter() |
Elements/Component/ComponentElementEditorWorldInterface.h | ||
virtual TArray< FTypedElementHandle > GetSelectionElementsFromSelectionFunction
(
const FTypedElementHandle& InElementHandle, |
Elements/Component/ComponentElementEditorWorldInterface.h | ||
virtual bool IsElementInBox
(
const FTypedElementHandle& Handle, |
Elements/Component/ComponentElementEditorWorldInterface.h | ||
virtual bool IsElementInConvexVolume
(
const FTypedElementHandle& Handle, |
Elements/Component/ComponentElementEditorWorldInterface.h | ||
virtual void NotifyMovementEnded
(
const FTypedElementHandle& InElementHandle |
Elements/Component/ComponentElementEditorWorldInterface.h | ||
virtual void NotifyMovementOngoing
(
const FTypedElementHandle& InElementHandle |
Elements/Component/ComponentElementEditorWorldInterface.h | ||
virtual void NotifyMovementStarted
(
const FTypedElementHandle& InElementHandle |
Elements/Component/ComponentElementEditorWorldInterface.h |