Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
| |
|
| Name |
UE::ConcertSharedSlate::ReplicationColumns::Property::EReplicationPropertyColumnOrder |
| 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 Property
{
enum EReplicationPropertyColumnOrder
{
Label = 10,
Type = 20,
}
}
}
}
}
Values
| Name |
Remarks |
| Label |
Label of the property |
| Type |
Type of the property |