MCPcopy Create free account
hub / github.com/Voidware-Prohibited/ALSXT / SetFootprintsState

Method SetFootprintsState

Source/ALSXT/Private/AlsxtCharacter.cpp:2129–2136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2127}
2128
2129void AAlsxtCharacter::SetFootprintsState(const EAlsFootBone& Foot, const FAlsxtFootprintsState& NewFootprintsState)
2130{
2131 const auto PreviousFootprintsState{ FootprintsState };
2132
2133 FootprintsState = NewFootprintsState;
2134
2135 OnFootprintsStateChanged(PreviousFootprintsState);
2136}
2137
2138void AAlsxtCharacter::ServerSetFootprintsState_Implementation(const EAlsFootBone& Foot, const FAlsxtFootprintsState& NewFootprintsState)
2139{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected