Files
UnrealEngineUWP/Engine/Plugins/Runtime/ProceduralMeshComponent/ProceduralMeshComponent.uplugin
jeremie roy 65c4f12936 Add livelinkhub to program allowlists
Add optional plugin dependencies to LiveLinkHub

#rb jason.walter

[CL 29786779 by jeremie roy in ue5-main branch]
2023-11-16 14:54:30 -05: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"
}
]
}