Files
UnrealEngineUWP/Engine/Plugins/Editor/BlueprintHeaderView/BlueprintHeaderView.uplugin
benjamin fox d8d9275d12 Rename Blueprint Header View to clearer Blueprint Equivalent C++ Header Preview
#rb trivial
#jira UE-147420
#preflight skip

[CL 19629952 by benjamin fox in ue5-main branch]
2022-04-05 15:54:11 -04:00

25 lines
587 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": "",
"CanContainContent": true,
"CanContainVerse": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "BlueprintHeaderView",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}