| 2127 | } |
| 2128 | |
| 2129 | void AAlsxtCharacter::SetFootprintsState(const EAlsFootBone& Foot, const FAlsxtFootprintsState& NewFootprintsState) |
| 2130 | { |
| 2131 | const auto PreviousFootprintsState{ FootprintsState }; |
| 2132 | |
| 2133 | FootprintsState = NewFootprintsState; |
| 2134 | |
| 2135 | OnFootprintsStateChanged(PreviousFootprintsState); |
| 2136 | } |
| 2137 | |
| 2138 | void AAlsxtCharacter::ServerSetFootprintsState_Implementation(const EAlsFootBone& Foot, const FAlsxtFootprintsState& NewFootprintsState) |
| 2139 | { |
nothing calls this directly
no outgoing calls
no test coverage detected