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

29 lines
688 B
Plaintext

{
"FileVersion" : 1,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Nanite Displaced Mesh",
"Description" : "Asset and component types that provide a basic pre-displacement pipeline for Nanite meshes",
"Category" : "Rendering",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "NaniteDisplacedMesh",
"Type" : "Runtime",
"LoadingPhase" : "Default"
},
{
"Name" : "NaniteDisplacedMeshEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
]
}