Files
UnrealEngineUWP/Engine/Plugins/Tests/RuntimeTests/RuntimeTests.uplugin
Ben Marsh e7f83a7103 Convert all remaining "Developer" modules to "UncookedOnly", to preserve existing behavior.
#rb none
#rnx

[CL 8406891 by Ben Marsh in Dev-Build branch]
2019-09-02 16:13:54 -04:00

24 lines
484 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Runtime Tests",
"Description": "",
"Category": "Testing",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "RuntimeTests",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
]
}