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

Method PostLoad

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

Source from the content-addressed store, hash-verified

44}
45
46void USprintMovement::PostLoad()
47{
48 Super::PostLoad();
49
50 SprintCharacterOwner = Cast<ASprintCharacter>(PawnOwner);
51}
52
53void USprintMovement::OnRegister()
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected