unreal.CurveVector

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

Bases: unreal.CurveBase

Curve Vector

C++ Source:

  • Module: Engine

  • File: CurveVector.h

Editor Properties: (see get_editor_property/set_editor_property)

  • asset_import_data (AssetImportData): [Read-Only] Asset Import Data

get_vector_value(time)Vector

Evaluate this float curve at the specified time

Parameters

time (float) –

Returns

Return type

Vector