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