Files
UnrealEngineUWP/Engine/Plugins/Experimental/GameplayGraph/GameplayGraph.uplugin
michael bao 2f5da0cfb4 change the gameplay graph plugin to be slightly more useful
#preflight skip
[FYI] tim.price

[CL 24831846 by michael bao in ue5-main branch]
2023-03-29 02:27:01 -04:00

29 lines
659 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Gameplay Graph",
"Description" : "A graph representation model and common graph alogrithms that can be used for gameplay.",
"Category": "Gameplay",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"ExplicitlyLoaded": true,
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"IsExperimentalVersion": true,
"Installed" : false,
"Modules": [
{
"Name": "GameplayGraph",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
]
}