Skip to content

Commit b33e067

Browse files
author
Roberto De Ioris
committed
fixed 4.16 support
1 parent 8f87794 commit b33e067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/UnrealEnginePython/Private/UEPyEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2371,7 +2371,7 @@ PyObject *py_unreal_engine_export_assets(PyObject * self, PyObject * args)
23712371
Py_DECREF(py_iter);
23722372

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

0 commit comments

Comments
 (0)