We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6de279 commit 2b3094bCopy full SHA for 2b3094b
Source/UnrealEnginePython/UnrealEnginePython.Build.cs
@@ -100,15 +100,13 @@ public UnrealEnginePython(TargetInfo Target)
100
101
PublicIncludePaths.AddRange(
102
new string[] {
103
- "UnrealEnginePython/Public",
104
// ... add public include paths required here ...
105
}
106
);
107
108
109
PrivateIncludePaths.AddRange(
110
111
- "UnrealEnginePython/Private",
112
// ... add other private include paths required here ...
113
114
0 commit comments