Navigation
API > API/Runtime > API/Runtime/Engine
Description
Attempt to get the static mesh instance IDs from the given element handles, asserting if any element handle doesn't contain FSMInstanceElementData, and skipping any that don't resolve to a valid FSMInstanceManager.
This is not typically something you'd want to use outside of data access within an interface implementation.
| Name | SMInstanceElementDataUtil::GetSMInstancesFromHandlesChecked |
| 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::GetSMInstancesFromHandlesChecked
(
TArrayView < const ElementHandleType > InHandles
)
}
The static mesh instance IDs.