generated from Basemash_UE/UE_Template
adittion of power calculation for shot distance and power UI
This commit is contained in:
parent
a15d714566
commit
3b960967c4
54 changed files with 4164 additions and 26 deletions
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 2,
|
||||
"VersionName": "0.1.1",
|
||||
"FriendlyName": "Basemash Voice Commander",
|
||||
"Description": "Voice-controlled object manipulation plugin. Local mic or Pixel Streaming 2 browser mic as audio source. Groq STT + LLM command parsing. Fully modular via Blueprint-registered actions.",
|
||||
"Category": "Audio",
|
||||
"CreatedBy": "Basemash",
|
||||
"CreatedByURL": "",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"CanContainContent": true,
|
||||
"IsBetaVersion": true,
|
||||
"IsExperimentalVersion": false,
|
||||
"Installed": false,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "BasemashVoiceCommander",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "AudioCapture",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "PixelStreaming2",
|
||||
"Enabled": true,
|
||||
"Optional": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue