Files
UnrealEngineUWP/Engine/Plugins/Runtime/ComputeFramework/ComputeFramework.uplugin
Jeremy Moore 043c8e75c8 ComputeFramework: Move plugin out of Experimental folder and increment version number.
#rnx
#preflight 630e2caba416f6df25d9344a

[CL 21702262 by Jeremy Moore in ue5-main branch]
2022-08-30 11:41:36 -04:00

30 lines
634 B
Plaintext

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