Navigation
API > API/Runtime > API/Runtime/Engine
Description
Attempt to get the actors from the given element handles, asserting if any element handle doesn't contain FActorElementData.
This is not typically something you'd want to use outside of data access within an interface implementation.
| Name | ActorElementDataUtil::GetActorsFromHandlesChecked |
| 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::GetActorsFromHandlesChecked
(
TArrayView < const ElementHandleType > InHandles
)
}
The actors.