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

42 lines
913 B
Plaintext

{
"FileVersion": 3,
"Version": 1000,
"VersionName": "1.0.0.0",
"FriendlyName": "Subtitles and Closed Captions",
"Description": "Standalone plugin for displaying Subtitles and Closed Captions",
"Category": "Audio",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com/",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "SubtitlesAndClosedCaptions",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "SubtitlesAndClosedCaptionsTest",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "SubtitlesAndClosedCaptionsEditor",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
}
]
}