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

Method SetFocus

Source/ALSXT/Private/AlsxtCharacter.cpp:3372–3383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3370}
3371
3372void AAlsxtCharacter::SetFocus(const FGameplayTag& NewFocusTag)
3373{
3374
3375 if (Focus != NewFocusTag)
3376 {
3377 const auto PreviousFocus{ Focus };
3378
3379 Focus = NewFocusTag;
3380
3381 OnFocusChanged(PreviousFocus);
3382 }
3383}
3384
3385void AAlsxtCharacter::OnFocusChanged_Implementation(const FGameplayTag& PreviousFocusTag) {}
3386

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected