Skip to content

Commit e928f71

Browse files
committed
PythonAutomationModule: Update for UE4.22.
Signed-off-by: Elvis Dowson <[email protected]>
1 parent 02dd03d commit e928f71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Source/PythonAutomation/Public/PythonAutomationModule.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
#pragma once
44

55
#include "CoreMinimal.h"
6+
#if ENGINE_MAJOR_VERSION==4 && ENGINE_MINOR_VERSION>=22
7+
#include "Modules/ModuleInterface.h"
8+
#else
69
#include "ModuleInterface.h"
10+
#endif
711

812
class FPythonAutomationModule : public IModuleInterface
913
{

0 commit comments

Comments
 (0)