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;GetSMInstancesFromHandles
&40;
TArrayView< const ElementHandleType > InHandles,
const bool bSilent
&41;
}
Remarks
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. The static mesh instance IDs of any element handles that contain FSMInstanceElementData which resolves to a valid FSMInstanceManager, skipping any that don't.