Skip to content

yafesdev/UnrealEnginePythonSnippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

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()

About

A collection of Unreal Engine Python snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published