Skip to content

Commit c812527

Browse files
committed
Fix packaging
1 parent 7cb02bb commit c812527

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Config/FilterPlugin.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[FilterPlugin]
2+
/Config/
3+
/Content/
4+
/Resources/
5+
/Shaders/
6+
/Source/
7+
/LICENSE.txt
8+
/README.md

Source/HLSLMaterialRuntime/Private/HLSLMaterialRuntimeModule.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "CoreMinimal.h"
44
#include "Modules/ModuleInterface.h"
5+
#include "Modules/ModuleManager.h"
56

67
class FHLSLMaterialRuntimeModule : public IModuleInterface
78
{

0 commit comments

Comments
 (0)