Navigation
API > API/Plugins > API/Plugins/PCG
This class controls/sets up a node that modifies the min/max bounds of the input points.
| Name | UPCGBoundsModifierSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGBoundsModifier.h |
| Include Path | #include "Elements/PCGBoundsModifier.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGBoundsModifierSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGBoundsModifierSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAffectSteepness | bool | Elements/PCGBoundsModifier.h |
|
|
| BoundsMax | FVector | Elements/PCGBoundsModifier.h |
|
|
| BoundsMin | FVector | Elements/PCGBoundsModifier.h |
|
|
| Mode | EPCGBoundsModifierMode | Elements/PCGBoundsModifier.h |
|
|
| Steepness | float | Elements/PCGBoundsModifier.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGBoundsModifier.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGBoundsModifier.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGBoundsModifier.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGBoundsModifier.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGBoundsModifier.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/PCGBoundsModifier.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGBoundsModifier.h |