AnKangCAVE51/AnKang/Windows/Engine/Plugins/Runtime/ActorLayerUtilities/ActorLayerUtilities.uplugin

30 lines
644 B
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Actor Layer Utilities",
"Description": "Utilites for interacting with actor layers from blueprints",
"Category": "Editor",
"CreatedBy": "",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ActorLayerUtilities",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ActorLayerUtilitiesEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"IsExperimentalVersion": false
}