Skip to content

Commit 866b236

Browse files
author
Roberto De Ioris
committed
fixed 4.17 build
1 parent a31feda commit 866b236

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
@@ -678,7 +678,7 @@ PyObject *py_unreal_engine_rename_asset(PyObject * self, PyObject * args)
678678
TArray<FAssetRenameData> AssetsAndNames;
679679
FString Destination = FString(UTF8_TO_TCHAR(destination));
680680

681-
#if ENGINE_MINOR_VERSION > 16
681+
#if ENGINE_MINOR_VERSION > 17
682682
FAssetRenameData RenameData;
683683
RenameData.Asset = asset.GetAsset();
684684

0 commit comments

Comments
 (0)