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

Method SetLean

Source/ALSXT/Private/AlsxtCharacter.cpp:2397–2408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2395}
2396
2397void AAlsxtCharacter::SetLean(const FGameplayTag& NewLeanTag)
2398{
2399
2400 if (Lean != NewLeanTag)
2401 {
2402 const auto PreviousLean{ Lean };
2403
2404 Lean = NewLeanTag;
2405
2406 OnLeanChanged(PreviousLean);
2407 }
2408}
2409
2410void AAlsxtCharacter::OnLeanChanged_Implementation(const FGameplayTag& PreviousLeanTag) {}
2411

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected