Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ITypedElementWorldInterface
Description
Copy the given set of elements into a object to export.
If you want to copy an array of elements that are potentially different types, you probably want to use the higher-level UTypedElementCommonActions::CopyNormalizedElements function instead.
| Name | CopyElements |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/Interfaces/TypedElementWorldInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementWorldInterface.h" |
virtual void CopyElements
(
TArrayView < const FTypedElementHandle > InElementHandles,
FOutputDevice & Out
)