Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit a1bce62

Browse files
committed
Fix packaging
1 parent 88208cb commit a1bce62

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+
; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and
3+
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively.
4+
;
5+
; Examples:
6+
; /README.txt
7+
; /Extras/...
8+
; /Binaries/ThirdParty/*.dll

Source/TrickyGameMode/Private/GameModeSession.cpp

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

44
#include "GameModeSession.h"
55
#include "TimerManager.h"
6+
#include "Engine/World.h"
67

78
AGameModeSession::AGameModeSession()
89
{

0 commit comments

Comments
 (0)