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

Method SetHoldingBreath

Source/ALSXT/Private/AlsxtCharacterAdvanced.cpp:271–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void AAlsxtCharacterAdvanced::SetHoldingBreath(const FGameplayTag& NewHoldingBreathTag)
272{
273
274 if (HoldingBreath != NewHoldingBreathTag)
275 {
276 const auto PreviousHoldingBreath{ HoldingBreath };
277 HoldingBreath = NewHoldingBreathTag;
278 OnHoldingBreathChanged(PreviousHoldingBreath);
279 }
280}
281
282void AAlsxtCharacterAdvanced::OnHoldingBreathChanged_Implementation(const FGameplayTag& PreviousHoldingBreathTag)
283{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected