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

24 lines
632 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "LightWeightInstancesEditor",
"Description": "Light Weight Instances provide the flexibility and interaction of actors while having performance similar to instanced meshes.",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "LightWeightInstancesEditor",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}