UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnimationUpdateSharedContext Struct Reference

#include <AnimNodeBase.h>

Public Member Functions

 FAnimationUpdateSharedContext ()=default
 
 FAnimationUpdateSharedContext (FAnimationUpdateSharedContext &)=delete
 
FAnimationUpdateSharedContextoperator= (const FAnimationUpdateSharedContext &)=delete
 
void CopyForCachedUpdate (FAnimationUpdateSharedContext &Source)
 

Public Attributes

FAnimNodeTracker AncestorTracker
 
UE::Anim::FMessageStack MessageStack
 

Detailed Description

Persistent state shared during animation tree update

Constructor & Destructor Documentation

◆ FAnimationUpdateSharedContext() [1/2]

FAnimationUpdateSharedContext::FAnimationUpdateSharedContext ( )
default

◆ FAnimationUpdateSharedContext() [2/2]

FAnimationUpdateSharedContext::FAnimationUpdateSharedContext ( FAnimationUpdateSharedContext )
delete

Member Function Documentation

◆ CopyForCachedUpdate()

void FAnimationUpdateSharedContext::CopyForCachedUpdate ( FAnimationUpdateSharedContext Source)
inline

◆ operator=()

FAnimationUpdateSharedContext & FAnimationUpdateSharedContext::operator= ( const FAnimationUpdateSharedContext )
delete

Member Data Documentation

◆ AncestorTracker

FAnimNodeTracker FAnimationUpdateSharedContext::AncestorTracker

◆ MessageStack

UE::Anim::FMessageStack FAnimationUpdateSharedContext::MessageStack

The documentation for this struct was generated from the following file: