Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGBlurSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGBlurElement.h |
| Include | #include "Elements/PCGBlurElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGBlurSettings : public UPCGSettings
Remarks
Select an attribute on a point data and blur it using the values from neighbors within some distance, center to center, and can be done over multiple iterations.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EPCGBlurElementMode | BlurMode | ||
| bool | bUseCustomStandardDeviation | By default, the standard deviation will be SearchDistance / 3, so that at search distance from the point it corresponds to 3 std deviation. | |
| double | CustomStandardDeviation | ||
| FPCGAttributePropertyInputSelector | InputSource | Attribute to use as a base value. Needs to be numerical. | |
| int | NumIterations | Number of iterations to apply the blur. | |
| FPCGAttributePropertyOutputSelector | OutputTarget | Attribute where the result will be written. | |
| double | SearchDistance | Radius for search. |
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 > |