Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGApplyScaleToBoundsSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGApplyScaleToBounds.h |
| Include | #include "Elements/PCGApplyScaleToBounds.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGApplyScaleToBoundsSettings : public UPCGSettings
Remarks
Applies the scale of each point to its bounds and resets the scale.
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 > |