MCPcopy Create free account
hub / github.com/Vaei/TurnInPlace / PostUpdateAnimGraphData

Method PostUpdateAnimGraphData

Source/ActorTurnInPlace/Private/TurnInPlace.cpp:976–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
979void UTurnInPlace::ThreadSafeRefreshAnimGraphData(FTurnInPlaceAnimGraphData& AnimGraphData,
980 const FTurnInPlaceCurveValues& CurveValues, bool& bWasTurningThisEntry) const
981{
982 TRACE_CPUPROFILER_EVENT_SCOPE(UTurnInPlace::ThreadSafeRefreshAnimGraphData);
983

Callers 1

UpdateTurnInPlaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected