Navigation
API > API/Plugins > API/Plugins/MassRepresentation > API/Plugins/MassRepresentation/UMassVisualizationComponent
Description
Removes all the visualization data associated with the given ISM component. The function resolves the VisualizationIndex associated with the given ISMComponent and calls RemoveVisualDescByIndex which will remove data on all ISMComponents associated with the index. Note that this is safe to do only when there are no entities relying on this data. No entity data patching will take place.
| Name | RemoveISMComponent |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassRepresentation/Public/MassVisualizationComponent.h |
| Include Path | #include "MassVisualizationComponent.h" |
| Source | /Engine/Plugins/Runtime/MassGameplay/Source/MassRepresentation/Private/MassVisualizationComponent.cpp |
void RemoveISMComponent
(
UInstancedStaticMeshComponent & ISMComponent
)