Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h |
| Include | #include "Animation/AnimNodeBase.h" |
Syntax
struct FAnimationUpdateSharedContext
Remarks
Persistent state shared during animation tree update
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNodeTracker | AncestorTracker | ||
| UE::Anim::FMessageStack | MessageStack | Message stack used for storing scoped messages and tags during execution. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Non-copyable. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyForCachedUpdate
(
FAnimationUpdateSharedContext& Source |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FAnimationUpdateSharedContext & | operator=
(
const FAnimationUpdateSharedContext& |