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

Method Clear

Source/PredictedMovement/Private/Strafe/StrafeMovement.cpp:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void FSavedMove_Character_Strafe::Clear()
174{
175 Super::Clear();
176
177 bWantsToStrafe = false;
178}
179
180void FSavedMove_Character_Strafe::SetMoveFor(ACharacter* C, float InDeltaTime, FVector const& NewAccel,
181 FNetworkPredictionData_Client_Character& ClientData)

Callers

nothing calls this directly

Calls 1

ClearFunction · 0.85

Tested by

no test coverage detected