Attempting to change the Foreground color of a Combo Box String in the Graph tab of the owning widget Blueprint has no effect.
Tested in 4.20.3 (CL - 4369336), 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053642), 4.23 (CL - 8386587), 4.24 (CL - 9023396)
UFUNCTION(BlueprintCallable, Category = "CustomFunctions") static void SetComboboxTextColor(UComboBoxString* ComboboxIn, FSlateColor NewColor);
Source:
void <BlueprintFunctionLibraryName>::SetComboboxTextColor(UComboBoxString* ComboboxIn, FSlateColor NewColor) {ComboboxIn->ForegroundColor = NewColor;}
Expected: The color of the Combo Box String widget would change
Result: The Combo Box String does not respect the function call
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-80755 in the post.