Navigation
API > API/Plugins > API/Plugins/PCG
Applies the scale of each point to its bounds and resets the scale.
| Name | UPCGApplyScaleToBoundsSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGApplyScaleToBounds.h |
| Include Path | #include "Elements/PCGApplyScaleToBounds.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGApplyScaleToBoundsSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGApplyScaleToBoundsSettings
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGApplyScaleToBounds.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGApplyScaleToBounds.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGApplyScaleToBounds.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGApplyScaleToBounds.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGApplyScaleToBounds.h | ||
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/PCGApplyScaleToBounds.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGApplyScaleToBounds.h |