MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / GetLevelSub

Function GetLevelSub

Source/URLabEditor/Private/MjLevelOps.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153namespace
154{
155ULevelEditorSubsystem* GetLevelSub()
156{
157 return GEditor ? GEditor->GetEditorSubsystem<ULevelEditorSubsystem>() : nullptr;
158}
159} // namespace
160
161bool CreateLevelSync(const FString& NameOrPath, bool bForceOverwrite,

Callers 4

CreateLevelSyncFunction · 0.85
DestroyAssetSyncFunction · 0.85
LoadLevelSyncFunction · 0.85
SaveCurrentLevelSyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected