Files
UnrealEngineUWP/Engine/Plugins/Runtime/ModularGameplay/ModularGameplay.uplugin
ben zeigler bc758da968 Move the GameFeatures and ModularGameplay plugins out of Experimental and put them in Runtime. The plugins have been considered as Beta since 5.2 but they were not moved at the time
The default templates for new game feature plugins were moved as part of this and you may need to update your game's defaulteditor.ini file if it overrides the defaults
#rb Eric.Knapik

[CL 31063472 by ben zeigler in 5.4 branch]
2024-01-31 16:11:57 -05:00

24 lines
563 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Modular Gameplay",
"Description": "Base classes and subsystems to support modular use of the gameplay framework",
"Category": "Gameplay",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ModularGameplay",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
]
}