Releases: GamesDev0/UEPyICU
Releases · GamesDev0/UEPyICU
v0.0.5
update: add startup / shutdown script
v0.0.4
update: fix var name
v0.0.3
update: add compiling shader related
v0.0.2
update: set force refresh
v0.0.1
set the wiki to get new api
- add:
- change_view_mode(view_mode_index)
- change view mode with index
- change_view_mode(view_mode_index)
v0.0.0
now these methods are valid:
icu_lib = unreal.UEPyICUBPLibrary
icu_lib.log_error_on_screen("error")
icu_lib.log_info_on_screen("info")
icu_lib.log_warn_on_screen("warn")
file_list = icu_lib.open_file_dialog("title","d:/","*")
icu_lib.set_switch_parameter(
material_instance,
"switch_param_name",
True, # enable swtich
True # set switch value to true
)