Files
UnrealEngineUWP/Engine/Plugins/Experimental/CharacterAI/CharacterAI.uplugin
Ben Marsh 441a6d845c Remove CanContainContent: "true" for plugins that do not have content folders, to prevent warnings on startup. (UE-17486)
#codereview Mieszko.Zielinski, Martin.Mittring

[CL 2597611 by Ben Marsh in Main branch]
2015-06-23 14:54:59 -04:00

23 lines
500 B
Plaintext

{
"FileVersion" : 1,
"FriendlyName" : "CharacterAI",
"Version" : 1,
"VersionName" : "0.1",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : "4.5.0",
"Description" : "Adds code and assets related to implementing AI in a character-based project.",
"Category" : "Gameplay",
"EnabledByDefault": true,
"IsBetaVersion": true,
"Modules" :
[
{
"Name" : "CharacterAI",
"Type" : "Runtime",
"LoadingPhase" : "PostEngineInit"
},
]
}