Hi.
I saw tutorial of Blutility.
I could get same result at home (windows 10, UE4.19.2).
but I got other result at other environment (windows 10, UE4.19.2 too). At this environment, Blutility window show nothing.
-
check “Editor Utility Blueprints(Blutility)” in editor preference
-
create Blueprint Utility, and choose class “Global EditorUtilityBase”
-
get “NewEditorUtility”
-
edit NewEditorUtility (create “myFunc” and check “call in editor”)
-
compile, save and close NewEditorUtility, and then double-click to open NewEditorUtility at contents browser.
result: blank window
why buttons or strings doesn’t show?