AnKangCAVE51/AnKang/Windows/Engine/Plugins/Runtime/CustomMeshComponent/CustomMeshComponent.uplugin

29 lines
649 B
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Custom Mesh Component",
"Description" : "A new renderable Component class that allows you to specify custom geometry via C++ or Blueprint.",
"Category" : "Rendering",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "CustomMeshComponent",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault",
"PlatformDenyList" :
[
]
}
]
}