Skip to content

Commit 3bc82df

Browse files
author
Roberto De Ioris
committed
fixed 4.15 support
1 parent ca7de4c commit 3bc82df

33 files changed

+183
-96
lines changed

Source/UnrealEnginePython/Private/Fbx/UEPyFbxObject.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#include "UEPyFbx.h"
88

9+
#include "Runtime/Engine/Classes/Curves/RichCurve.h"
10+
911
static PyObject *py_ue_fbx_object_get_name(ue_PyFbxObject *self, PyObject *args)
1012
{
1113
return PyUnicode_FromString(self->fbx_object->GetName());

Source/UnrealEnginePython/Private/MaterialEditorUtilities/UEPyFMaterialEditorUtilities.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
#include "UEPyFMaterialEditorUtilities.h"
33
#if WITH_EDITOR
44

5-
6-
7-
8-
5+
#include "Materials/Material.h"
6+
#include "Runtime/Engine/Classes/EdGraph/EdGraph.h"
97

108
static PyObject *py_ue_paste_nodes_here(PyObject *cls, PyObject * args)
119
{

0 commit comments

Comments
 (0)