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

36 lines
882 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Procedural Mesh Component",
"Description" : "A renderable component and library of utilities for creating and modifying mesh geometry procedurally.",
"Category" : "Rendering",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed": false,
"SupportedPrograms": ["LiveLinkHub"],
"Modules" :
[
{
"Name": "ProceduralMeshComponent",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"ProgramAllowList": [ "LiveLinkHub" ],
"PlatformDenyList": [
]
},
{
"Name": "ProceduralMeshComponentEditor",
"Type": "Editor",
"ProgramAllowList": [ "LiveLinkHub" ],
"LoadingPhase": "Default"
}
]
}