Files
UnrealEngineUWP/Engine/Plugins/Experimental/CharacterAI/CharacterAI.uplugin
2015-04-24 18:32:15 -04:00

25 lines
530 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"
},
],
"CanContainContent" : true
}