Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | USMInstanceElementEditorWorldInterface |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Elements/SMInstance/SMInstanceElementEditorWorldInterface.h |
| Include Path | #include "Elements/SMInstance/SMInstanceElementEditorWorldInterface.h" |
Syntax
UCLASS (MinimalAPI)
class USMInstanceElementEditorWorldInterface : public USMInstanceElementWorldInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USMInstanceElementWorldInterface → USMInstanceElementEditorWorldInterface
Implements Interfaces
Functions
Public
Overridden from ITypedElementWorldInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanDeleteElement
(
const FTypedElementHandle& InElementHandle |
Elements/SMInstance/SMInstanceElementEditorWorldInterface.h | ||
virtual bool CanDuplicateElement
(
const FTypedElementHandle& InElementHandle |
Elements/SMInstance/SMInstanceElementEditorWorldInterface.h | ||
virtual bool CanPromoteElement
(
const FTypedElementHandle& InElementHandle |
Elements/SMInstance/SMInstanceElementEditorWorldInterface.h | ||
virtual bool DeleteElement
(
const FTypedElementHandle& InElementHandle, |
Elements/SMInstance/SMInstanceElementEditorWorldInterface.h | ||
virtual bool DeleteElements
(
TArrayView< const FTypedElementHandle > InElementHandles, |
Elements/SMInstance/SMInstanceElementEditorWorldInterface.h | ||
virtual FTypedElementHandle DuplicateElement
(
const FTypedElementHandle& InElementHandle, |
Elements/SMInstance/SMInstanceElementEditorWorldInterface.h | ||
virtual void DuplicateElements
(
TArrayView< const FTypedElementHandle > InElementHandles, |
Elements/SMInstance/SMInstanceElementEditorWorldInterface.h | ||
virtual bool IsElementInBox
(
const FTypedElementHandle& Handle, |
Elements/SMInstance/SMInstanceElementEditorWorldInterface.h | ||
virtual bool IsElementInConvexVolume
(
const FTypedElementHandle& Handle, |
Elements/SMInstance/SMInstanceElementEditorWorldInterface.h | ||
virtual FTypedElementHandle PromoteElement
(
const FTypedElementHandle& InElementHandle, |
Elements/SMInstance/SMInstanceElementEditorWorldInterface.h |