Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/Replication > API/Plugins/ConcertSharedSlate/Replication/Editor > API/Plugins/ConcertSharedSlate/Replication/Editor/View
Inheritance Hierarchy
- IPropertyAssignmentView
- IMultiObjectPropertyAssignmentView
References
| Module | ConcertSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/View/IMultiObjectPropertyAssignmentView.h |
| Include | #include "Replication/Editor/View/IMultiObjectPropertyAssignmentView.h" |
Syntax
class IMultiObjectPropertyAssignmentView : public UE::ConcertSharedSlate::IPropertyAssignmentView
Remarks
A special reassignment view which shows the display object and all its children.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | SetShouldShowSubobjects
(
bool bShowSubobjects |
Sets whether subobjects should be shown in the view (applies only to subobjects other than UActorComponents, which are always shown). |