AnKangCAVE51/AnKang/Windows/Engine/Plugins/MovieScene/ActorSequence/ActorSequence.uplugin

30 lines
653 B
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"FileVersion" : 1,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Actor Sequence (Experimental)",
"Description" : "Runtime for embedded actor sequences",
"Category" : "Editor",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "ActorSequence",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault"
},
{
"Name" : "ActorSequenceEditor",
"Type" : "Editor",
"LoadingPhase" : "PostEngineInit"
}
]
}