| 974 | { |
| 975 | // Note: We only have valid TurnOutput here if we are updating the pseudo anim state (i.e. dedicated server only!) |
| 976 | UpdatePseudoAnimState(DeltaTime, AnimGraphData, TurnOutput); |
| 977 | } |
| 978 | |
| 979 | void UTurnInPlace::ThreadSafeRefreshAnimGraphData(FTurnInPlaceAnimGraphData& AnimGraphData, |
| 980 | const FTurnInPlaceCurveValues& CurveValues, bool& bWasTurningThisEntry) const |
| 981 | { |
| 982 | TRACE_CPUPROFILER_EVENT_SCOPE(UTurnInPlace::ThreadSafeRefreshAnimGraphData); |
| 983 |