Navigation
API > API/Runtime > API/Runtime/Engine
Description
Attempt to get the actor components from the given element handles, asserting if any element handle doesn't contain FComponentElementData.
This is not typically something you'd want to use outside of data access within an interface implementation.
| Name | ComponentElementDataUtil::GetComponentsFromHandlesChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/Component/ComponentElementData.h |
| Include Path | #include "Elements/Component/ComponentElementData.h" |
namespace ComponentElementDataUtil
{
template<typename ElementHandleType>
TArray < UActorComponent * > ComponentElementDataUtil::GetComponentsFromHandlesChecked
(
TArrayView < const ElementHandleType > InHandles
)
}
The actor components.