Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
| |
|
| Name |
FPropertyAssignmentEntry |
| Type |
struct |
| Header File |
/Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/View/IPropertyTreeView.h |
| Include Path |
#include "Replication/Editor/View/IPropertyTreeView.h" |
Syntax
struct FPropertyAssignmentEntry
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Class |
FSoftClassPath |
The class of the properties |
Replication/Editor/View/IPropertyTreeView.h |
|
| ContextObjects |
TArray< TSoftObjectPtr<> > |
The objects for which the properties are being displayed. |
Replication/Editor/View/IPropertyTreeView.h |
|
| PropertiesToDisplay |
TSet< FConcertPropertyChain > |
The properties to display |
Replication/Editor/View/IPropertyTreeView.h |
|