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

31 lines
744 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Pre-Load Screen Movie Player",
"Description" : "Handles a default implementation of using a Pre-Load screen to display an engine loading movie.",
"Category" : "PreLoadScreenMoviePlayer",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : false,
"Installed" : false,
"Modules": [
{
"Name": "PreLoadScreenMoviePlayer",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PreEarlyLoadingScreen",
"PlatformAllowList":
[
"Android",
"IOS",
"Win64"
]
}
]
}