-
Notifications
You must be signed in to change notification settings - Fork 4
/
AjaMedia.uplugin
56 lines (54 loc) · 1.22 KB
/
AjaMedia.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
55
56
{
"FileVersion" : 3,
"FriendlyName" : "AJA Media Player",
"Version" : 2,
"VersionName" : "2.0",
"CreatedBy" : "Epic Games Inc",
"CreatedByURL" : "http://epicgames.com",
"MarketplaceURL" : "com.epicgames.launcher://ue/marketplace/content/91088fb17fb04b6b9eda41aaf8fda21e",
"Description" : "Implements input and output using AJA Capture cards.",
"Category" : "Media Players",
"CanContainContent" : true,
"EnabledByDefault" : false,
"IsBetaVersion": false,
"Modules" :
[
{
"Name" : "AjaMedia",
"Type" : "Runtime",
"LoadingPhase" : "Default",
"WhitelistPlatforms" : [ "Win64" ]
},
{
"Name": "AjaMediaOutput",
"Type" : "Runtime",
"LoadingPhase" : "Default",
"WhitelistPlatforms" : [ "Win64" ]
},
{
"Name" : "AjaMediaFactory",
"Type" : "Editor",
"LoadingPhase" : "PostEngineInit",
"WhitelistPlatforms" : [ "Win64" ]
},
{
"Name" : "AjaMediaFactory",
"Type": "RuntimeNoCommandlet",
"LoadingPhase" : "PostEngineInit",
"WhitelistPlatforms" : [ "Win64" ]
},
{
"Name" : "AjaMediaEditor",
"Type" : "Editor",
"LoadingPhase" : "PostEngineInit",
"WhitelistPlatforms" : [ "Win64" ]
}
],
"Plugins" :
[
{
"Name" : "MediaIOFramework",
"Enabled" : true
}
]
}