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 |
|