-
Notifications
You must be signed in to change notification settings - Fork 11
/
BlackmagicMedia.uplugin
54 lines (52 loc) · 1.25 KB
/
BlackmagicMedia.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"FileVersion": 3,
"FriendlyName": "Blackmagic Media Player",
"Version": 2,
"VersionName": "2.0",
"CreatedBy": "Epic Games Inc",
"CreatedByURL": "http://epicgames.com",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/433d28bdfb764ec5b2e60c4f45d5cb5c",
"Description": "Implements input and output using Blackmagic Capture cards.",
"Category": "Media Players",
"CanContainContent": false,
"EnabledByDefault": false,
"IsBetaVersion": false,
"Modules": [
{
"Name": "BlackmagicMedia",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "BlackmagicMediaOutput",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "BlackmagicMediaFactory",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "BlackmagicMediaFactory",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "BlackmagicMediaEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [ "Win64" ]
}
],
"Plugins": [
{
"Name": "MediaIOFramework",
"Enabled": true
}
]
}