Files
UnrealEngineUWP/Engine/Plugins/Editor/DataValidation/DataValidation.uplugin
lauren ridge 91735e9f69 Removing blutility dependencies in VREditor module, making data validation an editor plugin
#rb Dan.OConnor
#rnx
#jira none

#ROBOMERGE-SOURCE: CL 7266213 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v369-7254125)

[CL 7266215 by lauren ridge in Main branch]
2019-07-10 16:09:09 -04:00

26 lines
553 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Data Validation",
"Description" : "Editor UI and utilities for running data validation",
"Category" : "Editor",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "DataValidation",
"Type": "Editor",
"LoadingPhase" : "PreDefault"
}
]
}