unreal.AnimSyncMethod

class unreal.AnimSyncMethod

Bases: unreal.EnumBase

How an asset will synchronize with other assets

C++ Source:

  • Module: Engine

  • File: AnimationAsset.h

DO_NOT_SYNC

Don’t sync ever

Type

0

GRAPH

Use the graph structure to provide a sync group to apply

Type

2

SYNC_GROUP

Use a named sync group

Type

1