Navigation
API > API/Runtime > API/Runtime/Engine
Description
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.
| Name | ObjectElementDataUtil::GetObjectsFromHandles |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/Object/ObjectElementData.h |
| Include Path | #include "Elements/Object/ObjectElementData.h" |
namespace ObjectElementDataUtil
{
template<typename ElementHandleType>
TArray < UObject * > ObjectElementDataUtil::GetObjectsFromHandles
(
TArrayView < const ElementHandleType > InHandles,
const bool bSilent
)
}
The objects of any element handles that contain FObjectElementData, skipping any that don't.