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

Method SetReloadingType

Source/ALSXT/Private/AlsxtCharacterAdvanced.cpp:133–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void AAlsxtCharacterAdvanced::SetReloadingType(const FGameplayTag& NewReloadingTypeTag)
134{
135
136 if (ReloadingType != NewReloadingTypeTag)
137 {
138 const auto PreviousReloadingType{ ReloadingType };
139
140 ReloadingType = NewReloadingTypeTag;
141
142 OnReloadingTypeChanged(PreviousReloadingType);
143 }
144}
145
146void AAlsxtCharacterAdvanced::OnReloadingTypeChanged_Implementation(const FGameplayTag& PreviousReloadingTypeTag) {}
147

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected