unreal.DistributionVectorConstantCurve

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

Bases: unreal.DistributionVector

Distribution Vector Constant Curve

C++ Source:

  • Module: Engine

  • File: DistributionVectorConstantCurve.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 (InterpCurveVector): [Read-Write] Keyframe data for each component (X,Y,Z) over time.

  • locked_axes (DistributionVectorLockFlags): [Read-Write] Locked Axes

get_vector_distribution_const_curve_values()InterpCurveVector

Get Vector Distribution Const Curve Values

Returns

out_interp_curve_vector (InterpCurveVector):

Return type

InterpCurveVector