Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements > API/Runtime/Engine/Elements/SMInstance
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Elements/SMInstance/SMInstanceElementData.h |
| Include | #include "Elements/SMInstance/SMInstanceElementData.h" |
namespace SMInstanceElementDataUtil
{
template<typename ElementHandleType>
TArray< FSMInstanceManager > SMInstanceElementDataUtil&58;&58;GetSMInstancesFromHandlesChecked
&40;
TArrayView< const ElementHandleType > InHandles
&41;
}
Remarks
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. The static mesh instance IDs.