Skip to content

Commit 4267ee7

Browse files
committed
fixed non-unity build on UE older than 5.3
1 parent 69c893b commit 4267ee7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Source/FlowEditor/Private/Utils/SLevelEditorFlow.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
#include "FlowAsset.h"
55
#include "FlowComponent.h"
66

7+
#if ENGINE_MAJOR_VERSION == 5 && ENGINE_MINOR_VERSION < 3
8+
#include "FlowWorldSettings.h"
9+
#endif
10+
711
#include "Graph/FlowGraphSettings.h"
812

913
#include "Editor.h"
1014
#include "PropertyCustomizationHelpers.h"
15+
#include "Runtime/Launch/Resources/Version.h"
1116

1217
#define LOCTEXT_NAMESPACE "SLevelEditorFlow"
1318

0 commit comments

Comments
 (0)