| 25 | } |
| 26 | |
| 27 | void UStrafeMovement::PostLoad() |
| 28 | { |
| 29 | Super::PostLoad(); |
| 30 | |
| 31 | StrafeCharacterOwner = Cast<AStrafeCharacter>(PawnOwner); |
| 32 | } |
| 33 | |
| 34 | void UStrafeMovement::SetUpdatedComponent(USceneComponent* NewUpdatedComponent) |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected