Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/UMeshPartitionEditorComponent
Description
Called when a modifier contributing to the MegaMesh changed. Will invalidate and trigger a rebuilt of changed areas.
| Name | OnModifierChanged |
| 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 OnModifierChanged
(
MeshPartition::UModifierComponent * InChangedModifier,
TConstArrayView< FBox > InBounds,
const EChangeType InChangeType
)
Parameters
| Name | Remarks |
|---|---|
| InChangedModifier | The modifier which has changed. |
| InBounds | The bounds impacted by the modifier. |
| InChangeType | the type of this change event. |