Files
UnrealEngineUWP/Engine/Plugins/Experimental/ComputeFramework/ComputeFramework.uplugin
freezernick b10bd69d49 #jira UE-150350
PR #9132: Fix: Typo in ComputeFramework Plugin (Contributed by freezernick)
#rnx
#preflight 6269c70a4114e1869ccbce1f

[CL 19949877 by freezernick in ue5-main branch]
2022-04-27 19:31:23 -04:00

30 lines
649 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Compute Framework (Experimental)",
"Description": "Support for user authored GPU compute graphs",
"Category": "Rendering",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ComputeFramework",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
},
{
"Name": "ComputeFrameworkEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}