Skip to content

Commit

Permalink
Add FilterPlugin And Fix Compile Issues
Browse files Browse the repository at this point in the history
Added a FilterPlugin.ini files as required by UBT built plugins and fixed a typo in the .Build.cs file induced by #4699a1
  • Loading branch information
How2Compute committed Oct 7, 2017
1 parent 4699a18 commit 99541b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Config/FilterPlugin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[FilterPlugin]
; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively.
;
; Examples:
; /README.txt
; /Extras/...
; /Binaries/ThirdParty/*.dll
2 changes: 1 addition & 1 deletion Source/Socketer/Socketer.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class Socketer : ModuleRules
{
public Socketer(ReadOnlyTargetInfo Target) : base(Target)
public Socketer(ReadOnlyTargetRules Target) : base(Target)
{

PublicIncludePaths.AddRange(
Expand Down

0 comments on commit 99541b6

Please sign in to comment.