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
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
struct FPropertySourceContext
Remarks
Arguments for getting properties associated with an object / class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSoftClassPath | Class | The class of Object | |
| TSoftObjectPtr | Object | The object for which the properties are supposed to be displayed |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertySourceContext
(
const TSoftObjectPtr<>& Object, |