Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/IPropertySourceProcessor
Description
Allows you to get the properties that are associated with the passed in object / class context. You are not allowed to keep a reference to Processor.
| Name | ProcessPropertySource |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/Model/Property/IPropertySourceProcessor.h |
| Include Path | #include "Replication/Editor/Model/Property/IPropertySourceProcessor.h" |
void ProcessPropertySource
(
const FPropertySourceContext & Context,
TFunctionRef < void &Model)> Processor
) const