| 44 | } |
| 45 | |
| 46 | void USprintMovement::PostLoad() |
| 47 | { |
| 48 | Super::PostLoad(); |
| 49 | |
| 50 | SprintCharacterOwner = Cast<ASprintCharacter>(PawnOwner); |
| 51 | } |
| 52 | |
| 53 | void USprintMovement::OnRegister() |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected