Skip to content

Commit

Permalink
Temporary disabling GPU support for UE4 - there are some problems wit…
Browse files Browse the repository at this point in the history
…h 4.24.1.
  • Loading branch information
bombomby committed Jan 7, 2020
1 parent be6c699 commit 08a72f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/UnrealEnginePlugin/OptickPlugin.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/95c078f6fa924b2b82fd8f281e04850f",
"SupportURL": "https://github.com/bombomby/optick/issues",
"CanContainContent": false,
"IsBetaVersion": true,
"IsBetaVersion": false,
"Installed": true,
"Modules": [
{
Expand Down
3 changes: 2 additions & 1 deletion samples/UnrealEnginePlugin/Source/OptickPlugin.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public OptickPlugin(ReadOnlyTargetRules Target) : base(Target)
}
);

/*
#if UE_4_24_OR_LATER
PublicDefinitions.AddRange(
new string[]
Expand All @@ -65,7 +66,7 @@ public OptickPlugin(ReadOnlyTargetRules Target) : base(Target)
}
);
#endif

*/

if (Target.bBuildEditor == true)
{
Expand Down

0 comments on commit 08a72f6

Please sign in to comment.