AnKangCAVE51/AnKang/Windows/Engine/Plugins/Runtime/PropertyAccess/PropertyAccessEditor.uplugin

26 lines
651 B
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Property Access Editor",
"Description" : "Editor support for copying properties from one object to another. Required for Animation and UMG systems to function correctly",
"Category" : "Runtime",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "PropertyAccessEditor",
"Type": "UncookedOnly" ,
"LoadingPhase" : "PreDefault"
}
]
}