AnKangCAVE51/AnKang/Windows/Engine/Plugins/Experimental/CharacterAI/CharacterAI.uplugin

25 lines
577 B
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "CharacterAI",
"Description" : "Adds code and assets related to implementing AI in a character-based project.",
"Category" : "Gameplay",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "CharacterAI",
"Type" : "Runtime",
"LoadingPhase" : "PostEngineInit"
}
]
}