Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimInstance
Description
Called before URO interpolation is performed. Useful for modifying bone space transforms etc. before interpolation is performed. Note that this can be called on a worker thread.
| Name | OnUROPreInterpolation_AnyThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h |
| Include Path | #include "Animation/AnimInstance.h" |
virtual void OnUROPreInterpolation_AnyThread
(
FAnimationEvaluationContext & InOutContext
)