Files
UnrealEngineUWP/Engine/Plugins/Experimental/ComputeFramework/ComputeFramework.uplugin
jeremy moore 8792e4b0d7 #jira UE-12502
Move ComputeFramework into its own plugin.
#preflight 619bddd0f934c1a291daae39

#ROBOMERGE-AUTHOR: jeremy.moore
#ROBOMERGE-SOURCE: CL 18262262 in //UE5/Release-5.0/... via CL 18262318
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469)

[CL 18262322 by jeremy moore in ue5-release-engine-test branch]
2021-11-22 15:33:48 -05:00

30 lines
649 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Compute Frameowrk (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"
}
]
}