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:
ben hoffman
2021-01-22 13:25:41 -04:00
parent 859010735e
commit bebc815d2b

View File

@@ -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."));
}