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