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
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
Delay nodes occasionally don't fire the "Completed" output in a nativized build
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How can i modify the param name in EQS node
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-80755 in the post.