Skip to content

Commit 8bc5626

Browse files
author
Roberto De Ioris
committed
fixed previous typo, removing get_editor_window(), #30
1 parent 160cc5a commit 8bc5626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/UnrealEnginePython/Private/UEPyModule.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ static PyMethodDef unreal_engine_methods[] = {
166166
{ "slate_window", py_unreal_engine_slate_window, METH_VARARGS, "" },
167167
{ "slate_button", py_unreal_engine_slate_button, METH_VARARGS, "" },
168168

169+
{ "get_editor_window", py_unreal_engine_get_editor_window, METH_VARARGS, "" },
169170

170171
{ "add_level_to_world", py_unreal_engine_add_level_to_world, METH_VARARGS, "" },
171172
{ "move_actor_to_level", py_unreal_engine_move_selected_actors_to_level, METH_VARARGS, "" },

0 commit comments

Comments
 (0)