unreal.ContextualAnimWarpPointCustomParams¶
- class unreal.ContextualAnimWarpPointCustomParams(origin: Name = 'None', along_closest_distance: bool = False, other_role: Name = 'None', weight: float = 0.0)¶
Bases:
StructBaseParameters used to calculate a warp point when using ‘Custom’ mode
C++ Source:
Plugin: ContextualAnimation
Module: ContextualAnimation
File: ContextualAnimTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
along_closest_distance(bool): [Read-Write]origin(Name): [Read-Write]other_role(Name): [Read-Write]weight(float): [Read-Write]