Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/Replication > API/Plugins/ConcertSharedSlate/Replication/Editor > API/Plugins/ConcertSharedSlate/Replication/Editor/Model > API/Plugins/ConcertSharedSlate/Replication/Editor/Model/Property
Inheritance Hierarchy
- IPropertySourceProcessor
- FSelectPropertyFromUClassModel
References
| Module | ConcertSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/Model/Property/IPropertySourceProcessor.h |
| Include | #include "Replication/Editor/Model/Property/IPropertySourceProcessor.h" |
Syntax
class IPropertySourceProcessor
Remarks
Determines the properties that should be displayed for an Object / Class.
The most simple implementation is to iterate the UClass properties but there can be more advanced implementations, such as only returning properties from a user defined list.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ProcessPropertySource
(
const FPropertySourceContext& Context, |
Allows you to get the properties that are associated with the passed in object / class context. |