Navigation
API > API/Plugins > API/Plugins/MassRepresentation > API/Plugins/MassRepresentation/UMassVisualizationComponent
References
| Module | MassRepresentation |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassRepresentation/Public/MassVisualizationComponent.h |
| Include | #include "MassVisualizationComponent.h" |
| Source | /Engine/Plugins/Runtime/MassGameplay/Source/MassRepresentation/Private/MassVisualizationComponent.cpp |
void RemoveISMComponent
(
UInstancedStaticMeshComponent & ISMComponent
)
Remarks
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.