UHierarchicalInstancedStaticMeshComponent::RemoveInstances

Removes all the instances with indices specified in the InstancesToRemove array.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/HierarchicalInstancedStaticMeshComponent.h

Include

#include "Components/HierarchicalInstancedStaticMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/HierarchicalInstancedStaticMesh.cpp

Syntax

bool RemoveInstances
(
    const TArray< int32 > & InstancesToRemove
)

Remarks

Removes all the instances with indices specified in the InstancesToRemove array. Returns true on success.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss