unreal.UAFOffsetRootBoneMode¶
- class unreal.UAFOffsetRootBoneMode¶
Bases:
EnumBaseEUAFOffset Root Bone Mode
C++ Source:
Plugin: UAFWarping
Module: UAFWarping
File: OffsetRootBoneTrait.h
- ACCUMULATE: UAFOffsetRootBoneMode = Ellipsis¶
Accumulate the mesh component’s movement into the offset. In this mode, if the mesh component moves the offset will counter the motion, and the root will stay in place
- Type:
0
- INTERPOLATE: UAFOffsetRootBoneMode = Ellipsis¶
Continuously interpolate the offset out In this mode, if the mesh component moves The root will stay behind, but will attempt to catch up
- Type:
1
- RELEASE: UAFOffsetRootBoneMode = Ellipsis¶
Release the offset and stop accumulating the mesh component’s movement delta. In this mode we will “blend out” the offset
- Type:
2