forked from gtreshchev/RuntimeAudioImporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRuntimeAudioImporter.uplugin
39 lines (39 loc) · 1.16 KB
/
RuntimeAudioImporter.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
38
39
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Runtime Audio Importer",
"Description": "Runtime Audio Importer is an open-source plugin for importing audio of various formats at runtime. Supported formats: MP3, WAV, FLAC, OGG Vorbis, Signed 16-bit, Signed 32-bit, Unsigned 8-bit, 32-bit float.",
"Category": "Audio",
"CreatedBy": "Georgy Treshchev",
"CreatedByURL": "https://github.com/gtreshchev",
"DocsURL": "https://github.com/gtreshchev/RuntimeAudioImporter/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/81fd278e318e4235a028d3fdf46bf036",
"SupportURL": "https://telegram.me/gtreshchev",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"EngineVersion": "5.0.0",
"Modules": [
{
"Name": "RuntimeAudioImporter",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Android",
"IOS",
"Linux",
"LinuxArm64",
"PS4",
"Switch"
]
},
{
"Name": "RuntimeAudioImporterEditor",
"Type": "Editor"
}
]
}