Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/Grammar
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGSubdivisionBaseSettings
- UPCGSubdivideSplineSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Grammar/PCGSubdivideSpline.h |
| Include | #include "Elements/Grammar/PCGSubdivideSpline.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGSubdivideSplineSettings : public UPCGSubdivisionBaseSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAcceptIncompleteSubdivision | If the subdivision with a given grammar doesn't fill the entire spline, setting it to true makes it a valid case. | |
| bool | bModuleHeightAsAttribute | Select the module height from an attribute. | |
| bool | bOutputExtremityAttributes | Output attributes labeling the first and final points after subdivision. | |
| bool | bOutputModuleIndexAttribute | ||
| FName | IsFinalAttributeName | Name of the attribute labeling the final output point from the final module. | |
| FName | IsFirstAttributeName | Name of the attribute labeling the first output point from the first module. | |
| double | ModuleHeight | The height of each placed module. | |
| FPCGAttributePropertyInputSelector | ModuleHeightAttribute | Selection will be used as the module height for placed modules. | |
| FName | ModuleIndexAttributeName | Name of the module index output attribute name. |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| TArray< FPCGPinProperties > | Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | ||
| TArray< FPCGPinProperties > |