Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
Decides which objects can be added to a IEditableReplicationStreamModel.
| Name | IObjectSelectionSourceModel |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/Model/ObjectSource/IObjectSelectionSourceModel.h |
| Include Path | #include "Replication/Editor/Model/ObjectSource/IObjectSelectionSourceModel.h" |
Syntax
class IObjectSelectionSourceModel : public TSharedFromThis< IObjectSelectionSourceModel >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IObjectSelectionSourceModel
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IObjectSelectionSourceModel() |
Replication/Editor/Model/ObjectSource/IObjectSelectionSourceModel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< TSharedRef< IObjectSourceModel > > GetContextMenuOptions
(
const FSoftObjectPath& Items |
Replication/Editor/Model/ObjectSource/IObjectSelectionSourceModel.h | ||
TArray< FObjectSourceCategory > GetRootSources () |
Gets the "root set" of sources. | Replication/Editor/Model/ObjectSource/IObjectSelectionSourceModel.h |