Files
UnrealEngine/Engine/Plugins/Developer/GPUReshape/GPUReshape.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

23 lines
524 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "GPU Reshape Plugin",
"Description": "GPU Reshape editor integration",
"Category": "Rendering",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"EnabledByDefault": true,
"SupportedTargetPlatforms": [ "Win64" ],
"Modules": [
{
"Name": "GPUReshape",
"Type": "DeveloperTool",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [ "Win64" ],
"TargetDenyList": [ "Server" ]
}
]
}