Skip to content

Commit

Permalink
update master to 4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
npcbx committed Nov 16, 2019
1 parent 0808cee commit b57c3ac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 22 deletions.
8 changes: 0 additions & 8 deletions Config/FilterPlugin.ini

This file was deleted.

5 changes: 0 additions & 5 deletions README.md

This file was deleted.

8 changes: 3 additions & 5 deletions Source/AsyncFuncCaller/AsyncFuncCaller.Build.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.

using UnrealBuildTool;

Expand All @@ -10,15 +10,13 @@ public AsyncFuncCaller(ReadOnlyTargetRules Target) : base(Target)

PublicIncludePaths.AddRange(
new string[] {
"AsyncFuncCaller/Public"
// ... add public include paths required here ...
}
);


PrivateIncludePaths.AddRange(
new string[] {
"AsyncFuncCaller/Private",
// ... add other private include paths required here ...
}
);
Expand All @@ -38,8 +36,8 @@ public AsyncFuncCaller(ReadOnlyTargetRules Target) : base(Target)
{
"CoreUObject",
"Engine",
//"Slate",
//"SlateCore",
"Slate",
"SlateCore",
// ... add private dependencies that you statically link with here ...
}
);
Expand Down
2 changes: 1 addition & 1 deletion Source/AsyncFuncCaller/Private/AsyncFuncCaller.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.

#include "AsyncFuncCaller.h"

Expand Down
6 changes: 3 additions & 3 deletions Source/AsyncFuncCaller/Public/AsyncFuncCaller.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.

#pragma once

#include "CoreMinimal.h"
#include "ModuleManager.h"
#include "Modules/ModuleManager.h"

class FAsyncFuncCallerModule : public IModuleInterface
{
Expand All @@ -12,4 +12,4 @@ class FAsyncFuncCallerModule : public IModuleInterface
/** IModuleInterface implementation */
virtual void StartupModule() override;
virtual void ShutdownModule() override;
};
};

0 comments on commit b57c3ac

Please sign in to comment.