Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimationAsset.h |
| Include | #include "Animation/AnimationAsset.h" |
Syntax
enum EAnimSyncGroupScope
{
Local,
Component,
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Deprecated - do not use.