unreal.NiagaraDataInterfaceCurveBase

class unreal.NiagaraDataInterfaceCurveBase(outer=None, name='None')

Bases: unreal.NiagaraDataInterface

Base class for curve data interfaces which facilitates handling the curve data in a standardized way.

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraDataInterfaceCurveBase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • expose_curve (bool): [Read-Write] Generates a texture for the curve which can be exposed to material bindings.

  • exposed_name (Name): [Read-Write] Sets a custom name for the binding to make it easier to identify.

  • optimize_lut (bool): [Read-Write] Do we optimize the LUT, this saves memory but may introduce errors. Errors can be reduced modifying the threshold.

  • optimize_threshold (float): [Read-Write] Threshold used to optimize the LUT.

  • override_optimize_threshold (bool): [Read-Write] Override Optimize Threshold

  • show_in_curve_editor (bool): [Read-Write] Show in Curve Editor

  • use_lut (bool): [Read-Write] Use LUT