unreal.DistributionFloatConstantCurve

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

Bases: unreal.DistributionFloat

Distribution Float Constant Curve

C++ Source:

  • Module: Engine

  • File: DistributionFloatConstantCurve.h

Editor Properties: (see get_editor_property/set_editor_property)

  • can_be_baked (bool): [Read-Write] Can this variable be baked out to a FRawDistribution? Should be true 99% of the time

  • constant_curve (InterpCurveFloat): [Read-Write] Keyframe data for how output constant varies over time.

get_float_distribution_const_curve_values()InterpCurveFloat

Get Float Distribution Const Curve Values

Returns

out_interp_curve_float (InterpCurveFloat):

Return type

InterpCurveFloat