We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b897ff commit 9dc6e6aCopy full SHA for 9dc6e6a
Source/CheckAppInstance/Private/CheckAppInstanceBPLibrary.cpp
@@ -25,7 +25,7 @@ void UCheckAppInstanceBPLibrary::CheckAnotherAppInstance(bool bIsEnabled)
25
return;
26
}
27
28
- FCoreDelegates::OnAllModuleLoadingPhasesComplete.AddLambda([bIsEnabled]()
+ FCoreDelegates::OnAllModuleLoadingPhasesComplete.AddLambda([]()
29
{
30
// Only one instance of the game can be initialized!
31
const UGeneralProjectSettings& ProjectSettings = *GetDefault<UGeneralProjectSettings>();
0 commit comments