Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/Grammar
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGSubdivisionBaseSettings
- UPCGDuplicateCrossSectionsSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Grammar/PCGDuplicateCrossSections.h |
| Include | #include "Elements/Grammar/PCGDuplicateCrossSections.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGDuplicateCrossSectionsSettings : public UPCGSubdivisionBaseSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bExtrudeVectorAsAttribute | Set it to true if you want the extrude vector to be taken from the input spline as attribute, or fixed in the settings. | |
| bool | bOutputSplineIndexAttribute | ||
| FVector | ExtrudeVector | ||
| FPCGAttributePropertyInputSelector | ExtrudeVectorAttribute | Attribute to be taken from the input spline containing the extrude vector for the slicing. | |
| FName | SplineIndexAttributeName | Name of the spline 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 > |