Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
Lists out a bunch of properties.
| Name | IPropertySource |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/Model/Property/IPropertySource.h |
| Include Path | #include "Replication/Editor/Model/Property/IPropertySource.h" |
Syntax
class IPropertySource
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPropertySource() |
Replication/Editor/Model/Property/IPropertySource.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EnumerateProperties
(
TFunctionRef< EBreakBehavior(const FPropertyInfo&Property)> Delegate |
Lists a bunch of properties. | Replication/Editor/Model/Property/IPropertySource.h |