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

Method SetStationaryMode

Source/ALSXT/Private/AlsxtCharacter.cpp:3270–3281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3268}
3269
3270void AAlsxtCharacter::SetStationaryMode(const FGameplayTag& NewStationaryModeTag)
3271{
3272
3273 if (StationaryMode != NewStationaryModeTag)
3274 {
3275 const auto PreviousStationaryMode{ StationaryMode };
3276
3277 StationaryMode = NewStationaryModeTag;
3278
3279 OnStationaryModeChanged(PreviousStationaryMode);
3280 }
3281}
3282
3283void AAlsxtCharacter::OnStationaryModeChanged_Implementation(const FGameplayTag& PreviousStationaryModeTag) {}
3284

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected