Skip to content

Commit

Permalink
fixed 4.16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto De Ioris committed Feb 26, 2018
1 parent 8f87794 commit b33e067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UnrealEnginePython/Private/UEPyEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2371,7 +2371,7 @@ PyObject *py_unreal_engine_export_assets(PyObject * self, PyObject * args)
Py_DECREF(py_iter);

FAssetToolsModule& AssetToolsModule = FModuleManager::LoadModuleChecked<FAssetToolsModule>("AssetTools");
#if ENGINE_MINOR_VERSION > 15
#if ENGINE_MINOR_VERSION > 16
AssetToolsModule.Get().ExportAssets(UObjects, FString(UTF8_TO_TCHAR(filename)));
#endif

Expand Down

0 comments on commit b33e067

Please sign in to comment.