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

Method SetWeaponCarryPosition

Source/ALSXT/Private/AlsxtCharacter.cpp:3892–3903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3890}
3891
3892void AAlsxtCharacter::SetWeaponCarryPosition(const FGameplayTag& NewWeaponCarryPositionTag)
3893{
3894
3895 if (WeaponCarryPosition != NewWeaponCarryPositionTag)
3896 {
3897 const auto PreviousWeaponCarryPosition{ WeaponCarryPosition };
3898
3899 WeaponCarryPosition = NewWeaponCarryPositionTag;
3900
3901 OnWeaponCarryPositionChanged(PreviousWeaponCarryPosition);
3902 }
3903}
3904
3905void AAlsxtCharacter::OnWeaponCarryPositionChanged_Implementation(const FGameplayTag& PreviousWeaponCarryPositionTag) {}
3906

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected