Navigation
API > API/Runtime > API/Runtime/Engine
How an asset will synchronize with other assets.
| Name | EAnimSyncMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimationAsset.h |
| Include Path | #include "Animation/AnimationAsset.h" |
Syntax
enum EAnimSyncMethod
{
DoNotSync,
SyncGroup,
Graph,
}
Values
| Name | Remarks |
|---|---|
| DoNotSync | Don't sync ever. |
| SyncGroup | Use a named sync group. |
| Graph | Use the graph structure to provide a sync group to apply. |