Navigation
API > API/Plugins > API/Plugins/ConcertClientSharedSlate > API/Plugins/ConcertClientSharedSlate/Replication > API/Plugins/ConcertClientSharedSlate/Replication/Editor > API/Plugins/ConcertClientSharedSlate/Replication/Editor/Model > API/Plugins/ConcertClientSharedSlate/Replication/Editor/Model/PropertySource
Inheritance Hierarchy
- TSharedFromThis
- IPropertySelectionSourceModel
- FSelectPropertyFromUClassModel
References
| Module | ConcertClientSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertClientSharedSlate/Source/ConcertClientSharedSlate/Public/Replication/Editor/Model/PropertySource/SelectPropertyFromUClassModel.h |
| Include | #include "Replication/Editor/Model/PropertySource/SelectPropertyFromUClassModel.h" |
Syntax
class FSelectPropertyFromUClassModel : public UE::ConcertSharedSlate::IPropertySelectionSourceModel
Remarks
Decides which properties can be added to IEditableReplicationStreamModel. The allowed properties are those returned by UE::ConcertSyncCore::ForEachReplicatableProperty.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IPropertySelectionSourceModel
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< ConcertSharedSlate::IPropertySourceModel > | GetPropertySource
(
const FSoftClassPath& Class |
Gets the single source determining which properties can be selected. |