Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements > API/Runtime/Engine/Elements/Actor
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Elements/Actor/ActorElementData.h |
| Include | #include "Elements/Actor/ActorElementData.h" |
namespace ActorElementDataUtil
{
template<typename ElementHandleType>
TArray < AActor * > ActorElementDataUtil::GetActorsFromHandles
(
TArrayView < const ElementHandleType > InHandles,
const bool bSilent
)
}
Remarks
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. The actors of any element handles that contain FActorElementData, skipping any that don't.