Skip to content

Commit

Permalink
updated project and plugin for 4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris528 committed Nov 27, 2021
1 parent 7f810e3 commit ddc9121
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Plugins/Smartsuit/Smartsuit.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Category": "Animation",
"CreatedBy": "Rokoko Electronics ApS",
"CreatedByURL": "https://www.rokoko.com",
"EngineVersion": "4.23.0",
"EngineVersion": "4.24.0",
"DocsURL": "https://rokokoelectronics.github.io/Smartsuit-Unreal-Plugin-Docs/1.0.0b/annotated.html",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/7e20fe7d4247410cb4f7d3e162d61c21",
"SupportURL": "",
Expand All @@ -27,7 +27,7 @@
},
{
"Name": "SmartsuitEditor",
"Type": "Developer",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ public class SmartsuitEditor : ModuleRules
public SmartsuitEditor(ReadOnlyTargetRules Target) : base(Target)
{
MinFilesUsingPrecompiledHeaderOverride = 1;
bFasterWithoutUnity = true;
//bUseUnity = false;
//bFasterWithoutUnity = true;
bUseUnity = false;

PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
PublicIncludePaths.Add(Path.Combine(ModuleDirectory, "Public"));
Expand Down
2 changes: 1 addition & 1 deletion UnrealSampleProject.uproject
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "4.26",
"EngineAssociation": "4.24",
"Category": "",
"Description": "",
"Modules": [
Expand Down

0 comments on commit ddc9121

Please sign in to comment.