Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/UnrealEd/Public/Elements/SMInstance/SMInstanceElementEditorWorldInterface.h |
Include |
#include "Elements/SMInstance/SMInstanceElementEditorWorldInterface.h" |
class USMInstanceElementEditorWorldInterface : public USMInstanceElementWorldInterface
Name | Description | ||
---|---|---|---|
|
CanDeleteElement ( |
Can the given element be deleted? |
|
|
CanDuplicateElement ( |
Can the given element be duplicated? |
|
|
DeleteElement ( |
Delete the given element. @note Default version calls DeleteElements with a single element. |
|
|
DeleteElements ( |
Delete the given set of elements. |
|
|
FTypedElemen... |
DuplicateElement ( |
Duplicate the given element. @note Default version calls DuplicateElements with a single element. |
|
DuplicateElements ( |
Duplicate the given set of elements. |