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

Method SetWeaponObstruction

Source/ALSXT/Private/AlsxtCharacter.cpp:3966–3977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3964}
3965
3966void AAlsxtCharacter::SetWeaponObstruction(const FGameplayTag& NewWeaponObstructionTag)
3967{
3968
3969 if (WeaponObstruction != NewWeaponObstructionTag)
3970 {
3971 const auto PreviousWeaponObstruction{ WeaponObstruction };
3972
3973 WeaponObstruction = NewWeaponObstructionTag;
3974
3975 OnWeaponObstructionChanged(PreviousWeaponObstruction);
3976 }
3977}
3978
3979void AAlsxtCharacter::OnWeaponObstructionChanged_Implementation(const FGameplayTag& PreviousWeaponObstructionTag) {}
3980

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected