AnKangCAVE51/AnKang/Windows/Engine/Plugins/Runtime/AppleImageUtils/AppleImageUtils.uplugin

37 lines
760 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Apple Image Utils",
"Description" : "Utilities that operate on CIImage, CVPixelBuffer, IOSurface, etc.",
"Category" : "Experimental",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "AppleImageUtils",
"Type" : "Runtime",
"LoadingPhase" : "Default"
},
{
"Name" : "AppleImageUtilsBlueprintSupport",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default",
"PlatformAllowList" :
[
"Win64",
"Mac",
"Linux"
]
}
]
}