Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
| Name | UE::ConcertSharedSlate::ReplicationColumns::TopLevel::ETopLevelColumnOrder |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/View/Column/SelectionViewerColumns.h |
| Include Path | #include "Replication/Editor/View/Column/SelectionViewerColumns.h" |
Syntax
namespace UE
{
namespace ConcertSharedSlate
{
namespace ReplicationColumns
{
namespace TopLevel
{
enum ETopLevelColumnOrder
{
Label = 20,
Type = 30,
NumProperties = 40,
}
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Label | Label of the object |
| Type | Class of the object |
| NumProperties | Displays the number of properties assigned to the object |