Files
UnrealEngine/Engine/Extras/RoboMerge/v3/documentation/example-branchmap.json
2025-05-18 13:04:45 +08:00

30 lines
668 B
JSON

{
"defaultStreamDepot": "depot",
"isDefaultBot": true,
"branches": [
{
"name": "TestA",
"aliases": ["A"],
"flowsTo": ["TestB", "TestC"]
},
{
"name": "TestB",
"aliases": ["B"],
"flowsTo": ["TestA"],
"forceAll": true
},
{
"name": "TestC",
"aliases": ["C"],
"flowsTo": ["TestA"],
"forceAll": true
}
],
"branchspecs": [
{
"name": "ROBO:TestA->TestC",
"from": "TestA",
"to": "TestC"
}
]
}