Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGCreateSplineSettings
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/PCGCreateSpline.h |
| Include | #include "Elements/PCGCreateSpline.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGCreateSplineSettings : public UPCGSettings
Remarks
PCG node that creates a spline presentation from the input points data, with optional tangents
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | ArriveTangentAttribute | ||
| EPCGAttachOptions | AttachOptions | ||
| bool | bApplyCustomTangents | Allow to specify custom tangents for each point, as an attribute. | |
| bool | bClosedLoop | ||
| bool | bLinear | Controls whether the segment between control points is a curve (when false) or a straight line (when true). | |
| FName | LeaveTangentAttribute | ||
| EPCGCreateSplineMode | Mode | ||
| TSoftObjectPtr< AActor > | TargetActor |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| 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 > |