Navigation
API > API/Plugins > API/Plugins/MeshPartition > API/Plugins/MeshPartition/IMeshPartitionCompilerInterface
Description
Globally register the megamesh compiler used to build compiled sections. (the compiler is in the editor package, but the placeholder needs to invoke it in runtime code)
| Name | RegisterMegaMeshCompiler |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartition/Public/MeshPartitionCompilerInterface.h |
| Include Path | #include "MeshPartitionCompilerInterface.h" |
| Source | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartition/Private/MeshPartitionCompilerInterface.cpp |
static void RegisterMegaMeshCompiler
(
IMeshPartitionCompilerInterface * Compiler
)