Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 315 Bytes

File metadata and controls

7 lines (7 loc) · 315 Bytes

UnrealEnginePythonSnippets

A collection of Unreal Engine Python snippets

sublevel = unreal.EditorLevelUtils.create_new_streaming_level(unreal.LevelStreamingDynamic, new_level_path="/Game/Level_A")
b = unreal.EditorLevelLibrary.load_level("/Game/Characters")
unreal.EditorLevelLibrary.save_current_level()