Files
UnrealEngineUWP/Engine/Source/Runtime/AnimGraphRuntime/Private/AnimNodes
thomas sarkanen ce6660e537 Use move semantics to reduce memcpy() overhead when evaluating animation
Poses & curves are now moved instead of copied where possible.
Also removed needless passing of bone space transforms to UAnimInstance::ParallelEvaluateAnimation, which further removes an extra allocation for sub-instances.

#rb Martin.Wilson


#ROBOMERGE-SOURCE: CL 4810269 via CL 4810272 via CL 4812712

[CL 4812722 by thomas sarkanen in Main branch]
2019-01-25 11:48:55 -05:00
..