You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Updated plugin dependencies Support is still windows only but intention is to compile the lib for linux and mac before 5.0 release. #rb alejandro.arango, geoffrey.douglas #jira UETOOL-4137 #preflight 619ba0c13a721992672abdf9 #ROBOMERGE-AUTHOR: simon.therriault #ROBOMERGE-SOURCE: CL 18258747 in //UE5/Release-5.0/... via CL 18258759 #ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469) [CL 18258779 by simon therriault in ue5-release-engine-test branch]
30 lines
627 B
Plaintext
30 lines
627 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
"Version" : 1,
|
|
"VersionName" : "1.0",
|
|
"FriendlyName" : "OpenCV",
|
|
"Description" : "Plugin initializing OpenCV library to be used in engine.",
|
|
"Category" : "Computer Vision",
|
|
"CreatedBy" : "Epic Games, Inc.",
|
|
"CreatedByURL" : "http://epicgames.com",
|
|
"DocsURL" : "",
|
|
"MarketplaceURL" : "",
|
|
"SupportURL" : "",
|
|
"EnabledByDefault" : false,
|
|
"CanContainContent" : true,
|
|
"IsBetaVersion" : true,
|
|
"Installed" : false,
|
|
"Modules" :
|
|
[
|
|
{
|
|
"Name" : "OpenCVHelper",
|
|
"Type" : "Runtime",
|
|
"LoadingPhase": "PostConfigInit",
|
|
"PlatformAllowList": [
|
|
"Win64",
|
|
"Linux",
|
|
"Mac"
|
|
]
|
|
}
|
|
]
|
|
} |