AnKangCAVE51/AnKang/Windows/Engine/Plugins/Editor/BlueprintHeaderView/BlueprintHeaderView.uplugin

26 lines
614 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Blueprint C++ Header Preview",
"Description": "A tool to help convert Blueprint Classes to Native C++.",
"Category": "Blueprints",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": true,
"CanContainVerse": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "BlueprintHeaderView",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}