Navigation
API > API/Runtime > API/Runtime/Engine
Deprecated - do not use.
| Name | EAnimSyncGroupScope |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimationAsset.h |
| Include Path | #include "Animation/AnimationAsset.h" |
Syntax
enum EAnimSyncGroupScope
{
Local,
Component,
}
Values
| Name | Remarks |
|---|---|
| Local | Sync only with animations in the current instance (either main or linked instance) |
| Component | Sync with all animations in the main and linked instances of this skeletal mesh component. |