FAnimInstanceProxy::CacheBones

Cache bones override point.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimInstanceProxy.h

Include

#include "Animation/AnimInstanceProxy.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimInstanceProxy.cpp

Syntax

virtual void CacheBones()

Remarks

Cache bones override point. You should call CacheBones on any nodes that need it here. bBoneCachesInvalidated is used to only perform this when needed (e.g. when a LOD changes), as it is usually an expensive operation.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss