Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Elements > API/Editor/UnrealEd/Elements/SMInstance
Inheritance Hierarchy
- USMInstanceElementWorldInterface
- USMInstanceElementEditorWorldInterface
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Elements/SMInstance/SMInstanceElementEditorWorldInterface.h |
| Include | #include "Elements/SMInstance/SMInstanceElementEditorWorldInterface.h" |
Syntax
UCLASS (MinimalAPI)
class USMInstanceElementEditorWorldInterface : public USMInstanceElementWorldInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanDeleteElement
(
const FTypedElementHandle& InElementHandle |
||
| bool | CanDuplicateElement
(
const FTypedElementHandle& InElementHandle |
||
| bool | CanPromoteElement
(
const FTypedElementHandle& InElementHandle |
||
| bool | DeleteElement
(
const FTypedElementHandle& InElementHandle, |
||
| bool | DeleteElements
(
TArrayView< const FTypedElementHandle > InElementHandles, |
||
| FTypedElementHandle | DuplicateElement
(
const FTypedElementHandle& InElementHandle, |
||
| void | DuplicateElements
(
TArrayView< const FTypedElementHandle > InElementHandles, |
||
| bool | IsElementInBox
(
const FTypedElementHandle& Handle, |
||
| bool | IsElementInConvexVolume
(
const FTypedElementHandle& Handle, |
||
| FTypedElementHandle | PromoteElement
(
const FTypedElementHandle& InElementHandle, |