unreal.GaussianParams

class unreal.GaussianParams(kernel_width: int = 0)

Bases: StructBase

Gaussian Params

C++ Source:

  • Module: CurveEditor

  • File: CurveEditorGaussianFilter.h

Editor Properties: (see get_editor_property/set_editor_property)

  • kernel_width (int32): [Read-Write] Sigma that determines how ‘fat’ the filter is, higher value means fatter width

property kernel_width: int

[Read-Write] Sigma that determines how ‘fat’ the filter is, higher value means fatter width

Type:

(int32)