Files
UnrealEngine/Engine/Plugins/Runtime/PropertyBindingUtils/PropertyBindingUtils.uplugin
2025-05-18 13:04:45 +08:00

38 lines
789 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "PropertyBindingUtils",
"Description" : "Utility code for implementing property bindings",
"Category" : "Gameplay",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : true,
"Installed" : false,
"Modules":
[
{
"Name": "PropertyBindingUtils",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "PropertyBindingUtilsEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "PropertyBindingUtilsTestSuite",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
],
"Plugins":
[
]
}