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

Method SetVaultType

Source/ALSXT/Private/AlsxtCharacter.cpp:3929–3940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3927}
3928
3929void AAlsxtCharacter::SetVaultType(const FGameplayTag& NewVaultTypeTag)
3930{
3931
3932 if (VaultType != NewVaultTypeTag)
3933 {
3934 const auto PreviousVaultType{ VaultType };
3935
3936 VaultType = NewVaultTypeTag;
3937
3938 OnVaultTypeChanged(PreviousVaultType);
3939 }
3940}
3941
3942void AAlsxtCharacter::OnVaultTypeChanged_Implementation(const FGameplayTag& PreviousVaultTypeTag) {}
3943

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected