Navigation
API > API/Plugins > API/Plugins/PCG
Value names need to match EPCGPointProperties.
| Name | EPCGPointNativeProperties |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGPointPropertiesTraits.h |
| Include Path | #include "PCGPointPropertiesTraits.h" |
Syntax
enum EPCGPointNativeProperties
{
None = 0 UMETA(Hidden),
Transform = 1 << 0,
Density = 1 << 1,
BoundsMin = 1 << 2,
BoundsMax = 1 << 3,
Color = 1 << 4,
Steepness = 1 << 5,
Seed = 1 << 6,
MetadataEntry = 1 << 7,
All = Transform | Density | BoundsMin | BoundsMax | Color | Steepness | Seed | MetadataEntry,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Transform | |
| Density | |
| BoundsMin | |
| BoundsMax | |
| Color | |
| Steepness | |
| Seed | |
| MetadataEntry | |
| All |