Files
UnrealEngine/Engine/Plugins/Experimental/GameplayGraph/GameplayGraph.uplugin
2025-05-18 13:04:45 +08: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": [
]
}