Skip to content

Commit c6285f5

Browse files
author
Roberto De Ioris
committed
allow threads while capturing
1 parent 4466385 commit c6285f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/UnrealEnginePython/Private/UObject/UEPyCapture.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,9 @@ PyObject *py_unreal_engine_in_editor_capture(PyObject * self, PyObject * args)
343343
Captures.Add(capture);
344344
}
345345

346+
Py_BEGIN_ALLOW_THREADS
346347
FInEditorMultiCapture::CreateInEditorMultiCapture(Captures);
348+
Py_END_ALLOW_THREADS
347349

348350
Py_RETURN_NONE;
349351
}

0 commit comments

Comments
 (0)