-
Notifications
You must be signed in to change notification settings - Fork 4
/
Odin.uplugin
37 lines (37 loc) · 1.05 KB
/
Odin.uplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"FileVersion": 2,
"Version": 532,
"PlatformAllowList": [ "Win64", "Mac", "IOS", "Linux", "LinuxArm64", "Android"],
"VersionName": "1.8.15",
"FriendlyName": "4Players ODIN",
"Description": "Unreal integration plugin to integrate real-time chat technology into your game",
"Category": "Other",
"CreatedBy": "4Players GmbH",
"CreatedByURL": "https://www.4players.io",
"DocsURL": "https://www.4players.io/odin/sdk/unreal/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/f45b045efc62416e9f6e6858519ab999",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "Odin",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [ "Win64", "Mac", "IOS", "Linux", "LinuxArm64", "Android"],
"AdditionalDependencies": [
"AudioMixer",
"AudioCapture"
]
}
],
"Plugins": [
{
"Name": "AudioCapture",
"Enabled": true,
"PlatformAllowList": [ "Win64", "Mac", "IOS", "Linux", "LinuxArm64", "Android"]
}
]
}