UMeshSelectionSet::AddIndices

Add list of Indices to the current selection for the given ElementType

Windows
MacOS
Linux

Warnings

  • no duplicate detection is currently done

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/SelectionSet.h

Include

#include "SelectionSet.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/SelectionSet.cpp

Syntax

void AddIndices
(
    EMeshSelectionElementType ElementType,
    const TSet< int32 > & Indices
)

Remarks

Add list of Indices to the current selection for the given ElementType

no duplicate detection is currently done

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