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

Method PostLoad

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

Source from the content-addressed store, hash-verified

25}
26
27void UStrafeMovement::PostLoad()
28{
29 Super::PostLoad();
30
31 StrafeCharacterOwner = Cast<AStrafeCharacter>(PawnOwner);
32}
33
34void UStrafeMovement::SetUpdatedComponent(USceneComponent* NewUpdatedComponent)
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected