Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements > API/Runtime/Engine/Elements/SMInstance
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USMInstanceElementSelectionInterface
- USMInstanceElementEditorSelectionInterface
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Elements/SMInstance/SMInstanceElementSelectionInterface.h |
| Include | #include "Elements/SMInstance/SMInstanceElementSelectionInterface.h" |
Syntax
class USMInstanceElementSelectionInterface :
public UObject,
public ITypedElementSelectionInterface
Overridden from ITypedElementSelectionInterface
| Type | Name | Description | |
|---|---|---|---|
| bool | DeselectElement
(
const FTypedElementHandle& InElementHandle, |
Attempt to deselect the given element. | |
| bool | SelectElement
(
const FTypedElementHandle& InElementHandle, |
Attempt to select the given element. |