Files
UnrealEngine/Engine/Plugins/Marketplace/BluerpintBookmarks/BlueprintNodeBookmarks.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

27 lines
554 B
Plaintext
Executable File

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Blueprint Bookmarks",
"Description": "Bookmark and organize Blueprint nodes inside the editor.",
"Category": "Editor",
"CreatedBy": "Infinito Studio",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EngineVersion": "5.7.0",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "BlueprintNodeBookmarks",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac"
]
}
]
}