Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGSplitPointsSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSplitPoints.h |
| Include | #include "Elements/PCGSplitPoints.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGSplitPointsSettings : public UPCGSettings
Remarks
Splits each point into two separate points, and sets bounds based on the position and axis of the cut.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EPCGSplitAxis | SplitAxis | ||
| float | SplitPosition |
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 > |