unreal.AnimSyncMethod

class unreal.AnimSyncMethod

Bases: EnumBase

How an asset will synchronize with other assets

C++ Source:

  • Module: Engine

  • File: AnimationAsset.h

DO_NOT_SYNC: AnimSyncMethod

Don’t sync ever

Type:

0

GRAPH: AnimSyncMethod

Use the graph structure to provide a sync group to apply

Type:

2

SYNC_GROUP: AnimSyncMethod

Use a named sync group

Type:

1