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

Method SetInjury

Source/ALSXT/Private/AlsxtCharacter.cpp:2610–2621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2608}
2609
2610void AAlsxtCharacter::SetInjury(const FGameplayTag& NewInjuryTag)
2611{
2612
2613 if (Injury != NewInjuryTag)
2614 {
2615 const auto PreviousInjury{ Injury };
2616
2617 Injury = NewInjuryTag;
2618
2619 OnInjuryChanged(PreviousInjury);
2620 }
2621}
2622
2623void AAlsxtCharacter::OnInjuryChanged_Implementation(const FGameplayTag& PreviousInjuryTag) {}
2624

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected