Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGDuplicatePointSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGDuplicatePoint.h |
| Include | #include "Elements/PCGDuplicatePoint.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGDuplicatePointSettings : public UPCGSettings
Remarks
Creates duplicates of each point with optional transform offsets.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDirectionAppliedInRelativeSpace | Controls whether the axis displacement will be made in relative space or not | |
| bool | bOutputSourcePoint | Include the source point. | |
| FVector | Direction | Direction to stack point duplicates. | |
| int | Iterations | Number of duplicates to produce. | |
| FTransform | PointTransform | Transform offset for each point duplicate |
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 > |