You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
72 lines
923 B
JSON
72 lines
923 B
JSON
{
|
|
"name": "//UE5/Main",
|
|
"tabs":
|
|
[
|
|
{
|
|
"title": "General",
|
|
"type": "Jobs",
|
|
"showNames": true,
|
|
"templates":
|
|
[
|
|
"custom"
|
|
],
|
|
"columns":
|
|
[
|
|
{
|
|
"heading": "Editors",
|
|
"category": "Editors",
|
|
"relativeWidth": 1
|
|
},
|
|
{
|
|
"heading": "Target Platforms",
|
|
"category": "Platforms",
|
|
"relativeWidth": 2
|
|
},
|
|
{
|
|
"heading": "Other",
|
|
"category": "Other",
|
|
"relativeWidth": 1
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"agentTypes":
|
|
{
|
|
"Win-UE5":
|
|
{
|
|
"pool": "win-ue5",
|
|
"environment":
|
|
{
|
|
}
|
|
}
|
|
},
|
|
"workspaceTypes":
|
|
{
|
|
},
|
|
"templates":
|
|
[
|
|
{
|
|
"id": "custom",
|
|
"name": "Custom...",
|
|
"arguments":
|
|
[
|
|
],
|
|
"parameters":
|
|
[
|
|
{
|
|
"type": "Text",
|
|
"label": "Script",
|
|
"argument": "-Script=",
|
|
"default": "Foo.xml"
|
|
},
|
|
{
|
|
"type": "Text",
|
|
"label": "Target",
|
|
"argument": "-Target=",
|
|
"default": ""
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|