unreal.WarpingVectorValue
¶
- class unreal.WarpingVectorValue(mode: WarpingVectorMode = Ellipsis, value: Vector = Ellipsis)¶
Bases:
StructBase
Vector values which may be specified in a configured space
C++ Source:
Module: AnimGraphRuntime
File: BoneControllerTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
mode
(WarpingVectorMode): [Read-Write] Space of the corresponding Vector valuevalue
(Vector): [Read-Write] Specifies a vector relative to the space defined by Mode
- property mode: WarpingVectorMode¶
[Read-Write] Space of the corresponding Vector value
- Type: