Navigation
API > API/Plugins > API/Plugins/MassRepresentation > API/Plugins/MassRepresentation/UMassRepresentationSubsystem
Description
Removes the visualization data associated with the given ISM component. Note that this is safe to do only when there are no entities relying on this data. No entity data patching will take place. Note that the function will assert if there's more ISM components associated with given visualization. Also, in that case RemoveVisualDescByIndex will be called under the hood.
| Name | RemoveISMComponent |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassRepresentation/Public/MassRepresentationSubsystem.h |
| Include Path | #include "MassRepresentationSubsystem.h" |
| Source | /Engine/Plugins/Runtime/MassGameplay/Source/MassRepresentation/Private/MassRepresentationSubsystem.cpp |
void RemoveISMComponent
(
UInstancedStaticMeshComponent & ISMComponent
)