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

32 lines
695 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Struct Utils",
"Description": "Experimental Struct Utilities supplying InstancedStruct type",
"Category": "Gameplay",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"DeprecatedEngineVersion": "5.5",
"SupportedPrograms": [ "LiveLinkHub" ],
"Modules": [
{
"Name": "StructUtils",
"Type": "Runtime"
},
{
"Name": "StructUtilsEngine",
"Type": "Runtime"
}
],
"Plugins": [
]
}