Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/UMeshPartitionEditorComponent
Description
Called after a MeshPartition::APreviewSection or MeshPartition::ACompiledSection has been built and their associate mesh finalized. Will call modifiers in need of performing additional processing.
| Name | PostProcessSection |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionEditorComponent.h |
| Include Path | #include "MeshPartitionEditorComponent.h" |
| Source | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Private/MeshPartitionEditorComponent.cpp |
void PostProcessSection
(
AActor * InSection,
TConstArrayView< TWeakObjectPtr < MeshPartition::UModifierComponent > > InModifiers
) const
Parameters
| Name | Remarks |
|---|---|
| InSection | The section on which the processing can be performed. |
| InModifiers | The modifiers applied to this section. |