Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements > API/Runtime/Engine/Elements/Object
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Elements/Object/ObjectElementData.h |
| Include | #include "Elements/Object/ObjectElementData.h" |
namespace ObjectElementDataUtil
{
template<typename ElementHandleType>
TArray< UObject &42; > ObjectElementDataUtil&58;&58;GetObjectsFromHandles
&40;
TArrayView< const ElementHandleType > InHandles,
const bool bSilent
&41;
}
Remarks
Attempt to get the objects from the given element handles.
This is not typically something you'd want to use outside of data access within an interface implementation. The objects of any element handles that contain FObjectElementData, skipping any that don't.