Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGBoundsModifierSettings
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/PCGBoundsModifier.h |
| Include | #include "Elements/PCGBoundsModifier.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGBoundsModifierSettings : public UPCGSettings
Remarks
This class controls/sets up a node that modifies the min/max bounds of the input points.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAffectSteepness | ||
| FVector | BoundsMax | ||
| FVector | BoundsMin | ||
| EPCGBoundsModifierMode | Mode | ||
| float | Steepness |
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 > |