forked from millicast/millicast-player-unreal-engine-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMillicastPlayer.uplugin
34 lines (34 loc) · 893 Bytes
/
MillicastPlayer.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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.4.1",
"FriendlyName": "MillicastPlayer",
"Description": "Play a millicast stream in texture 2D",
"Category": "Media Players",
"CreatedBy": "Millicast",
"CreatedByURL": "https://millicast.com",
"DocsURL": "https://docs.millicast.com/docs/millicast-player-plugin",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"SupportedTargetPlatforms": [ "Win64", "Linux" ],
"IsBetaVersion": true,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "MillicastPlayer",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"WhitelistPlatforms": [ "Win64", "Linux" ],
"EngineVersion": "5.0.2"
},
{
"Name": "MillicastPlayerEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [ "Win64", "Linux" ],
"EngineVersion": "5.0.2"
}
]
}