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 |
|