We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c893b commit 4267ee7Copy full SHA for 4267ee7
1 file changed
Source/FlowEditor/Private/Utils/SLevelEditorFlow.cpp
@@ -4,10 +4,15 @@
4
#include "FlowAsset.h"
5
#include "FlowComponent.h"
6
7
+#if ENGINE_MAJOR_VERSION == 5 && ENGINE_MINOR_VERSION < 3
8
+#include "FlowWorldSettings.h"
9
+#endif
10
+
11
#include "Graph/FlowGraphSettings.h"
12
13
#include "Editor.h"
14
#include "PropertyCustomizationHelpers.h"
15
+#include "Runtime/Launch/Resources/Version.h"
16
17
#define LOCTEXT_NAMESPACE "SLevelEditorFlow"
18
0 commit comments