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