You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-184893 #rb none #preflight https://horde.devtools.epicgames.com/job/645b830b28155a0f41114a49 #fyi Jason.Walter [CL 25402372 by Dominik Peacock in ue5-main branch]
54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"FriendlyName": "VirtualCamera",
|
|
"Description": "Content for VirtualCameraCore which adds actors, components, and utilities for controlling and viewing cameras via physical devices.",
|
|
"Category": "Virtual Production",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "https://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"CanContainContent": true,
|
|
"IsBetaVersion": true,
|
|
"Installed": false,
|
|
"EnabledByDefault": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "VCamExtensions",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "VCamExtensionsEditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "VirtualCamera",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default",
|
|
"PlatformAllowList": [
|
|
"Win64",
|
|
"Linux"
|
|
]
|
|
},
|
|
{
|
|
"Name": "VirtualCameraEditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "PostEngineInit"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name" : "VirtualCameraCore",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name" : "CineCameraRigs",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
}
|