Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- IGraphMessage
- FAnimSyncGroupScope
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimSyncScope.h |
| Include | #include "Animation/AnimSyncScope.h" |
Syntax
class FAnimSyncGroupScope : public UE::Anim::IGraphMessage
Remarks
Scoped graph message used to synchronize animations at various points in an anim graph.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnimSyncGroupScope
(
const FAnimationBaseContext& InContext, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddTickRecord
(
const FAnimTickRecord& InTickRecord, |
Adds a tick record in the list for the correct group or the ungrouped array. | |
| FName | |||
| void | SetMirror
(
const UMirrorDataTable* MirrorDataTable |
Set a mirror table that any tick records added to the group will use. |
Overridden from IGraphMessage
| Type | Name | Description | |
|---|---|---|---|
| FName | GetTypeName () |
Constants
| Name | Description |
|---|---|
| TypeName |