Files
UnrealEngine/Engine/Plugins/Media/PixelCapture/PixelCapture.uplugin
2025-05-18 13:04:45 +08:00

40 lines
1.0 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1.0,
"VersionName": "1.0",
"FriendlyName": "Pixel Capture",
"Description": "Framework for capturing pixel buffers in other formats while allowing for disconnected produce/consume rates.",
"Category": "Graphics",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "https://docs.unrealengine.com/en-US/Platforms/PixelStreaming/index.html",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "PixelCapture",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [ "Win64", "Linux", "Mac" ],
"TargetDenyList": [ "Server" ]
},
{
"Name": "PixelCaptureShaders",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [ "Win64", "Linux", "Mac" ],
"TargetDenyList": [ "Server" ]
}
],
"Plugins": [
{
"Name": "MediaIOFramework",
"Enabled": true
}
]
}