Skip to content

Commit daa5eb8

Browse files
author
Roberto De Ioris
committed
fixed 4.15 compilation
1 parent 64f7eee commit daa5eb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/UnrealEnginePython/Private/UEPyEditor.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,9 @@ PyObject *py_unreal_engine_add_level_to_world(PyObject *self, PyObject * args)
18691869
return PyErr_Format(PyExc_Exception, "unable to add \"%s\" to the world", name);
18701870
}
18711871

1872+
#if ENGINE_MINOR_VERSION >= 16
18721873
FEditorDelegates::RefreshLevelBrowser.Broadcast();
1874+
#endif
18731875

18741876
Py_RETURN_UOBJECT(level_streaming);
18751877
}

0 commit comments

Comments
 (0)