Navigation
API > API/Plugins > API/Plugins/PCG
Combines each point to share a singular bound extent.
| Name | UPCGCombinePointsSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCombinePoints.h |
| Include Path | #include "Elements/PCGCombinePoints.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGCombinePointsSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGCombinePointsSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCenterPivot | bool | Places the point at the center of the combined bounds. | Elements/PCGCombinePoints.h |
|
| bUseFirstPointTransform | bool | Use the transform of the initial point. | Elements/PCGCombinePoints.h |
|
| PointTransform | FTransform | Transform the point and adjust the bounds. | Elements/PCGCombinePoints.h |
|