You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
25 lines
530 B
Plaintext
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
|
|
} |