Navigation
API > API/Plugins > API/Plugins/PCG
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.
| Name | UPCGBlurSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGBlurElement.h |
| Include Path | #include "Elements/PCGBlurElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGBlurSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGBlurSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlurMode | EPCGBlurElementMode | Elements/PCGBlurElement.h |
|
|
| bUseCustomStandardDeviation | bool | By default, the standard deviation will be SearchDistance / 3, so that at search distance from the point it corresponds to 3 std deviation. | Elements/PCGBlurElement.h |
|
| CustomStandardDeviation | double | Elements/PCGBlurElement.h |
|
|
| InputSource | FPCGAttributePropertyInputSelector | Attribute to use as a base value. Needs to be numerical. | Elements/PCGBlurElement.h |
|
| NumIterations | int | Number of iterations to apply the blur. | Elements/PCGBlurElement.h |
|
| OutputTarget | FPCGAttributePropertyOutputSelector | Attribute where the result will be written. | Elements/PCGBlurElement.h |
|
| SearchDistance | double | Radius for search. | Elements/PCGBlurElement.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGBlurElement.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGBlurElement.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGBlurElement.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGBlurElement.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/PCGBlurElement.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGBlurElement.h |