Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements > API/Runtime/Engine/Elements/Component
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Elements/Component/ComponentElementData.h |
| Include | #include "Elements/Component/ComponentElementData.h" |
namespace ComponentElementDataUtil
{
template<typename ElementHandleType>
TArray < UActorComponent * > ComponentElementDataUtil::GetComponentsFromHandlesChecked
(
TArrayView < const ElementHandleType > InHandles
)
}
Remarks
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. The actor components.