Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGCommon.h |
| Include | #include "PCGCommon.h" |
Syntax
namespace PCGObjectMetadata
{
enum
&123;
PCG_Overridable,
PCG_NotOverridable,
PCG_OverrideAliases,
PCG_DiscardPropertySelection,
PCG_DiscardExtraSelection,
&125;
}
Values
| Name | Description |
|---|---|
| PCG_Overridable | [PropertyMetadata] Indicates that the property is overridable by params. |
| PCG_NotOverridable | [PropertyMetadata] Indicates that the property is not-overridable by params. Used in structs to hide some parameters |
| PCG_OverrideAliases | [PropertyMetadata] Extra names to match for a given property. |
| PCG_DiscardPropertySelection | [PropertyMetadata] For FPCGAttributePropertySelector, won't display the point property items in the dropdown |
| PCG_DiscardExtraSelection | [PropertyMetadata] For FPCGAttributePropertySelector, won't display the extra property items in the dropdown |
Remarks
Metadata usable in UPROPERTY for customizing the behavior when displaying the property in a property panel or graph node.