unreal.InterpCurvePointTwoVectors
¶
- class unreal.InterpCurvePointTwoVectors(val: float = 0.0, out_val: TwoVectors = Ellipsis, arrive_tangent: TwoVectors = Ellipsis, leave_tangent: TwoVectors = Ellipsis, interp_mode: InterpCurveMode = Ellipsis)¶
Bases:
StructBase
Describes one specific point on an interpolation curve. note: This is a mirror of TInterpCurvePoint<FTwoVectors>, defined in InterpCurvePoint.h
C++ Source:
Module: CoreUObject
File: NoExportTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
arrive_tangent
(TwoVectors): [Read-Write] Arrive Tangent: Tangent of curve arriving at this point.interp_mode
(InterpCurveMode): [Read-Write] Interp Mode: Interpolation mode between this point and the next one.leave_tangent
(TwoVectors): [Read-Write] Leave Tangent: Tangent of curve leaving this point.out_val
(TwoVectors): [Read-Write] Out Val: Two 3D vectors output value of when input is equal to InVal.val
(float): [Read-Write] In Val: Float input value that corresponds to this key (eg. time).
- property arrive_tangent: TwoVectors¶
[Read-Write] Arrive Tangent: Tangent of curve arriving at this point.
- Type:
- property interp_mode: InterpCurveMode¶
[Read-Write] Interp Mode: Interpolation mode between this point and the next one.
- Type:
- property leave_tangent: TwoVectors¶
[Read-Write] Leave Tangent: Tangent of curve leaving this point.
- Type:
- property out_val: TwoVectors¶
[Read-Write] Out Val: Two 3D vectors output value of when input is equal to InVal.
- Type: