Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGTransformPointsSettings
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/PCGTransformPoints.h |
| Include | #include "Elements/PCGTransformPoints.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
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 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
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 > |