Navigation
API > API/Plugins > API/Plugins/PCG
Splits each point into two separate points, and sets bounds based on the position and axis of the cut.
| Name | UPCGSplitPointsSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSplitPoints.h |
| Include Path | #include "Elements/PCGSplitPoints.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGSplitPointsSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGSplitPointsSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SplitAxis | EPCGSplitAxis | Elements/PCGSplitPoints.h |
|
|
| SplitPosition | float | Elements/PCGSplitPoints.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGSplitPoints.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGSplitPoints.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGSplitPoints.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGSplitPoints.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGSplitPoints.h | ||
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/PCGSplitPoints.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGSplitPoints.h |