Navigation
API > API/Runtime > API/Runtime/Engine
Description
Attempt to get the static mesh instance IDs from the given element handles.
This is not typically something you'd want to use outside of data access within an interface implementation.
| Name | SMInstanceElementDataUtil::GetSMInstancesFromHandles |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/SMInstance/SMInstanceElementData.h |
| Include Path | #include "Elements/SMInstance/SMInstanceElementData.h" |
namespace SMInstanceElementDataUtil
{
template<typename ElementHandleType>
TArray < FSMInstanceManager > SMInstanceElementDataUtil::GetSMInstancesFromHandles
(
TArrayView < const ElementHandleType > InHandles,
const bool bSilent
)
}
The static mesh instance IDs of any element handles that contain FSMInstanceElementData which resolves to a valid FSMInstanceManager, skipping any that don't.