unreal.NiagaraDataInterfaceCurveBase¶
- class unreal.NiagaraDataInterfaceCurveBase(outer=None, name='None')¶
Bases:
unreal.NiagaraDataInterfaceBase 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] Expose Curve: Generates a texture for the curve which can be exposed to material bindings.exposed_name(Name): [Read-Write] Exposed Name: Sets a custom name for the binding to make it easier to identify.optimize_lut(bool): [Read-Write] Optimize LUT: Do we optimize the LUT, this saves memory but may introduce errors. Errors can be reduced modifying the threshold.optimize_threshold(float): [Read-Write] Optimize Threshold: Threshold used to optimize the LUT.override_optimize_threshold(bool): [Read-Write] Override Optimize Thresholduse_lut(bool): [Read-Write] Use LUT