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

41 lines
852 B
Plaintext
Executable File

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "GASDebugger",
"Description": "This is a Debugger for GAS in 5.7",
"Category": "Tools",
"CreatedBy": "Team LZF",
"CreatedByURL": "",
"DocsURL": "https://github.com/TaihouAnF/GASDebugger",
"MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/8c83a315-aa01-45f5-b4c3-096fc8adabcf",
"SupportURL": "",
"EngineVersion": "5.7.0",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": true,
"Modules": [
{
"Name": "GASDebugger",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "GASDebuggerEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "GameplayAbilities",
"Enabled": true
}
]
}