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::GetComponentsFromHandles
(
TArrayView < const ElementHandleType > InHandles,
const bool bSilent
)
}
Remarks
Attempt to get the actor components from the given element handles.
This is not typically something you'd want to use outside of data access within an interface implementation. The actor components of any element handles that contain FComponentElementData, skipping any that don't.