Navigation
API > API/Runtime > API/Runtime/Engine
Description
Attempt to get the actors from the given element handles.
This is not typically something you'd want to use outside of data access within an interface implementation.
| Name | ActorElementDataUtil::GetActorsFromHandles |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/Actor/ActorElementData.h |
| Include Path | #include "Elements/Actor/ActorElementData.h" |
namespace ActorElementDataUtil
{
template<typename ElementHandleType>
TArray < AActor * > ActorElementDataUtil::GetActorsFromHandles
(
TArrayView < const ElementHandleType > InHandles,
const bool bSilent
)
}
The actors of any element handles that contain FActorElementData, skipping any that don't.