Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UMultiSelectionMeshEditingTool
Description
Helper to find which targets share source data. Requires UAssetBackedTarget as a tool target requirement.
| Name | GetMapToSharedSourceData |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/MultiSelectionMeshEditingTool.h |
| Include Path | #include "BaseTools/MultiSelectionMeshEditingTool.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/BaseTools/MultiSelectionMeshEditingTool.cpp |
bool GetMapToSharedSourceData
(
TArray < int32 > & MapToFirstOccurrences
)
Array of indices, 1:1 with Targets, indicating the first index where a component target sharing the same source data appeared.