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
- IPropertySourceProcessor
- 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::IPropertySourceProcessor
Remarks
Decides which properties can be added to IEditableReplicationStreamModel. The allowed properties are those returned by UE::ConcertSyncCore::ForEachReplicatableProperty.
Overridden from IPropertySourceProcessor
| Type | Name | Description | |
|---|---|---|---|
| void | ProcessPropertySource
(
const ConcertSharedSlate::FPropertySourceContext& Context, |
Allows you to get the properties that are associated with the passed in object / class context. |