aboutsummaryrefslogtreecommitdiff
path: root/binding/unreal/DMVOPBridge/DMVOPBridge.uplugin
blob: 4c543140e1b19ebc1ae818bd477f1bafbf6dc963 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "FileVersion": 3,
    "Version": 0,
    "VersionName": "0.1.0",
    "FriendlyName": "Dumb Voice Protocol - UE Binding",
    "Description": "Launch dmvop as subprocess for voice input in Unreal Engine",
    "Category": "Input",
    "CreatedBy": "Weicao-CatilGrass",
    "CreatedByURL": "https://github.com/catilgrass/dumb-voice-protocol",
    "DocsURL": "https://github.com/catilgrass/dumb-voice-protocol",
    "Modules": [
        {
            "Name": "DMVOPBridge",
            "Type": "Runtime",
            "LoadingPhase": "Default"
        }
    ]
}