Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGTransformPointsSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGTransformPoints.h |
| Include | #include "Elements/PCGTransformPoints.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGTransformPointsSettings : public UPCGSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | AttributeName | ||
| bool | bAbsoluteOffset | Set offset in world space | |
| bool | bAbsoluteRotation | Set rotation directly instead of additively | |
| bool | bAbsoluteScale | Set scale directly instead of multiplicatively | |
| bool | bApplyToAttribute | ||
| bool | bRecomputeSeed | Recompute the seed for each new point using its new location | |
| bool | bUniformScale | Scale uniformly on each axis. Uses the X component of ScaleMin and ScaleMax. | |
| FVector | OffsetMax | ||
| FVector | OffsetMin | ||
| FRotator | RotationMax | ||
| FRotator | RotationMin | ||
| FVector | ScaleMax | ||
| FVector | ScaleMin |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| 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 > | |||
| bool | UseSeed () |
By default, settings do not use a seed. |