Files
UnrealEngineUWP/Engine/Plugins/Runtime/DataRegistry/DataRegistry.uplugin
Marc Audy bf80889353 UE5/Release-Engine-Staging to UE5/Main
This represents UE4/Main up to CL# 14958402

[CL 15028197 by Marc Audy in ue5-main branch]
2021-01-08 19:56:07 -04:00

41 lines
871 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Data Registry",
"Description" : "Adds Data Registry system that can be used as a generic interface for acquiring structure data from multiple sources at runtime",
"Category" : "Gameplay",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "DataRegistry",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault"
},
{
"Name" : "DataRegistryEditor",
"Type" : "UncookedOnly",
"LoadingPhase" : "PreDefault"
}
],
"Plugins": [
{
"Name": "GameplayTagsEditor",
"Enabled": true
},
{
"Name": "AssetManagerEditor",
"Enabled": true
}
]
}