Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGDensityRemapSettings
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/PCGDensityRemapElement.h |
| Include | #include "Elements/PCGDensityRemapElement.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGDensityRemapSettings : public UPCGSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bExcludeValuesOutsideInputRange | Density values outside of the input range will be unaffected by the remapping | |
| float | InRangeMax | If InRangeMin = InRangeMax, then that density value is mapped to the average of OutRangeMin and OutRangeMax | |
| float | InRangeMin | If InRangeMin = InRangeMax, then that density value is mapped to the average of OutRangeMin and OutRangeMax | |
| float | OutRangeMax | ||
| float | OutRangeMin |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| 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 > |