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

48 lines
1.0 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.5.1",
"FriendlyName": "Narrative Common UI",
"Description": "Powers all the UI elements that ships with the various Narrative tools.",
"Category": "Narrative",
"CreatedBy": "Narrative Tools, Inc.",
"CreatedByURL": "narrativetools.io",
"DocsURL": "https://docs.narrativetools.io/common-ui/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/f1adaffd049b44cca254832b2beeb1b7",
"SupportURL": "mailto:contact@narrativetools.io",
"EngineVersion": "5.7.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "NarrativeCommonUI",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Linux",
"Mac",
"IOS"
]
},
{
"Name": "NarrativeCommonUIEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Android",
"Linux",
"Mac",
"IOS"
]
}
],
"Plugins": [
{
"Name": "CommonUI",
"Enabled": true
}
]
}