Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/UModifierComponent
Description
Called when the modifier changed and needs to be processed again. Will forward the call to the appropriate UMeshPartitionEditorComponent.
Derived Overrides
| Name | OnChanged |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionModifierComponent.h |
| Include Path | #include "MeshPartitionModifierComponent.h" |
| Source | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Private/MeshPartitionModifierComponent.cpp |
virtual void OnChanged
(
TConstArrayView< const FBox > InBoundingBoxes,
EChangeType InChangeType
)
Parameters
| Name | Remarks |
|---|---|
| InBoundingBox | The invalidated BoundingBox. Should encompass the whole actor. |
| bInChangeNondeterministicCacheKeys | True will change the cache key (for modifiers with non-deterministic cache keys), invalidating any cached megamesh sections produced by the modifier. |