Skip to content

Commit fca0597

Browse files
author
David
committed
Removed the IAssetTools.h - it failed to build with 4.25 and commented it built on 4.18 and 4.25 (on Linux).
1 parent d0b0a72 commit fca0597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/UnrealEnginePython/Private/Slate/UEPyFMenuBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "UEPyFMenuBuilder.h"
2-
#include "IAssetTools.h"
2+
//#include "IAssetTools.h"
33
#include "Wrappers/UEPyESlateEnums.h"
44

55
static PyObject* py_ue_fmenu_builder_begin_section(ue_PyFMenuBuilder* self, PyObject* args)

0 commit comments

Comments
 (0)