Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/Grammar
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Grammar/PCGSubdivisionBase.h |
| Include | #include "Elements/Grammar/PCGSubdivisionBase.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGSubdivisionModuleAttributeNames
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bProvideDebugColor | ||
| bool | bProvideScalable | ||
| FName | DebugColorAttributeName | Optional. Expected type: Vector4. If disabled, default value will be (1.0, 1.0, 1.0, 1.0). | |
| FName | ScalableAttributeName | Optional. Expected type: bool. If disabled, default value will be false. | |
| FName | SizeAttributeName | Mandatory. Expected type: double. | |
| FName | SymbolAttributeName | Mandatory. Expected type: FName. |