Files
UnrealEngineUWP/Engine/Programs/ChaosVisualDebugger/ChaosVisualDebugger.uproject
sergio gardeazabal 915d52e8d4 [ChaosVD] Initial Implementation of CVD as a standalone program
Now CVD can be built as an unreal program (in addition to being an editor tool).


#jira UE-191890
#rb Benn.Gallagher

[CL 32844991 by sergio gardeazabal in ue5-main branch]
2024-04-09 19:24:14 -04:00

19 lines
265 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "",
"Category": "",
"Description": "",
"TargetPlatforms": [
"WindowsCookedEditor"
],
"Plugins": [
{
"Name": "ChaosVD",
"Enabled": true
},
{
"Name": "PropertyAccessEditor",
"Enabled": true
}
]
}