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