Skip to content

v0.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kSpacer201 kSpacer201 released this 07 Nov 12:15
· 37 commits to dev since this release

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
)