Navigation
API > API/Plugins > API/Plugins/PCG
Metadata usable in UENUM for customizing the entry in the attribute property selector.
| Name | PCGObjectMetadata:: |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path | #include "PCGCommon.h" |
Syntax
namespace PCGObjectMetadata
{
enum
{
PCG_MetadataDomain,
PCG_PropertyReadOnly,
}
}
Values
| Name | Remarks |
|---|---|
| PCG_MetadataDomain | [EnumMetadata] Specify the domain for this entry. |
| PCG_PropertyReadOnly | [EnumMetadata] Mark the property read-only, won't show in Output selectors |