0%

用Python加载Unreal蓝图

摘要

用Python加载Unreal蓝图

python实现

1
2
3
4
bp_class_object_path = '{}_C'.format(asset.object_path)
#this is the slow bit as it has to load the object
bp_gen_object = unreal.load_asset(bp_class_object_path)
blueprint_class_default = unreal.get_default_object(bp_gen_object)

歡迎關注我的其它發布渠道