MCPcopy Create free account
hub / github.com/Vaei/PredictedMovement / Clear

Method Clear

Source/PredictedMovement/Private/Sprint/SprintMovement.cpp:267–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void FSavedMove_Character_Sprint::Clear()
268{
269 Super::Clear();
270
271 bWantsToSprint = false;
272}
273
274void FSavedMove_Character_Sprint::SetMoveFor(ACharacter* C, float InDeltaTime, FVector const& NewAccel,
275 FNetworkPredictionData_Client_Character& ClientData)

Callers

nothing calls this directly

Calls 1

ClearFunction · 0.85

Tested by

no test coverage detected