A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
DlgSystem.uplugin
{
"FileVersion": 3,
"Version": 13,
"VersionName": "13",
"EngineVersion" : "4.27.0",
"FriendlyName": "Not Yet: Dialogue System",
"Description": "Dialogue system (with text based dialogues) and nice Editor for editing dialogues",
"Category": "Misc",
"CreatedBy": "Not Yet",
"CreatedByURL": "https://bit.ly/NYMarketplaceEditor",
"DocsURL": "https://bit.ly/DlgWikiEditor",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/6d0255a60be340dfa1c556503cc57eb3",
"SupportURL": "https://bit.ly/DlgSourceEditor",
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"EnabledByDefault": true,
"Modules": [
{
"Name": "DlgSystem",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms":
[
"Win64",
"Win32",
"Linux",
"LinuxAArch64",
"Mac",
"Android",
"IOS",
"TVOS",
"XboxOne",
"Switch",
"PS4",
"HoloLens",
"Lumin"
]
},
{
"Name": "DlgSystemEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": ["Win64", "Win32", "Linux", "LinuxAArch64", "Mac"]
}
]
}