Skip to content

Commit 39c73ac

Browse files
committed
Added code to use new Include location for RawMesh
1 parent 6cb4573 commit 39c73ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Source/UnrealEnginePython/Private/Wrappers/UEPyFRawMesh.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55

66
#if ENGINE_MINOR_VERSION > 13
77

8+
#if ENGINE_MINOR_VERSION < 25
89
#include "Developer/RawMesh/Public/RawMesh.h"
10+
#else
11+
#include "Runtime/RawMesh/Public/RawMesh.h"
12+
#endif
13+
914

1015
struct ue_PyFRawMesh
1116
{

0 commit comments

Comments
 (0)