You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix merge error that caused a static analysis warning
#jira UE-107003 #rb me #rnx [CL 15165003 by ben hoffman in ue5-main branch]
This commit is contained in:
@@ -3717,7 +3717,7 @@ void FBlueprintEditor::DeleteUnusedVariables_OnClicked()
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (VariableProperties.Num() > 0)
|
||||
else if (bHasAtLeastOneVariableToCheck)
|
||||
{
|
||||
LogSimpleMessage(LOCTEXT("AllVariablesInUseMessage", "All variables are currently in use."));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user