unreal.AnimLinkMethod

class unreal.AnimLinkMethod

Bases: EnumBase

Supported types of time for a linked element

C++ Source:

  • Module: Engine

  • File: AnimLinkableElement.h

ABSOLUTE: AnimLinkMethod

Element stays at a specific time without moving.

Type:

0

PROPORTIONAL: AnimLinkMethod

Element moves with its segment and will stay at a certain proportion through the segment.

Type:

2

RELATIVE: AnimLinkMethod

Element moves with its segment, but not when the segment changes size.

Type:

1