Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Animation/AnimationAsset.h |
Include |
#include "Animation/AnimationAsset.h" |
enum EAnimSyncMethod
{
DoNotSync,
SyncGroup,
Graph,
}
Name |
Description |
---|---|
DoNotSync |
Don't sync ever. |
SyncGroup |
Use a named sync group. |
Graph |
Use the graph structure to provide a sync group to apply. |
How an asset will synchronize with other assets.