unreal.ContextualAnimWarpPointCustomParams

class unreal.ContextualAnimWarpPointCustomParams(origin: Name = 'None', along_closest_distance: bool = False, other_role: Name = 'None', weight: float = 0.0)

Bases: StructBase

Parameters 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]

property along_closest_distance: bool

[Read-Write]

Type:

(bool)

property origin: Name

[Read-Write]

Type:

(Name)

property other_role: Name

[Read-Write]

Type:

(Name)

property weight: float

[Read-Write]

Type:

(float)