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 &42; > ActorElementDataUtil&58;&58;GetActorsFromHandlesChecked
&40;
TArrayView< const ElementHandleType > InHandles
&41;
}
Remarks
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. The actors.