| 3039 | // |
| 3040 | |
| 3041 | void AAlsxtCharacter::SetSlidingState(const FAlsxtSlidingState& NewSlidingState) |
| 3042 | { |
| 3043 | const auto PreviousSlidingState{ SlidingState }; |
| 3044 | |
| 3045 | SlidingState = NewSlidingState; |
| 3046 | |
| 3047 | OnSlidingStateChanged(PreviousSlidingState); |
| 3048 | |
| 3049 | // if ((GetLocalRole() == ROLE_AutonomousProxy) && IsLocallyControlled()) |
| 3050 | // { |
| 3051 | // ServerSetSlidingState(NewSlidingState); |
| 3052 | // } |
| 3053 | } |
| 3054 | |
| 3055 | void AAlsxtCharacter::ServerSetSlidingState_Implementation(const FAlsxtSlidingState& NewSlidingState) |
| 3056 | { |
nothing calls this directly
no outgoing calls
no test coverage detected