Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArrayPrivateFriend
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include | #include "Containers/Array.h" |
template<typename ElementType, typename AllocatorType>
static FArchive & Serialize
&40;
FArchive & Ar,
TArray< ElementType, AllocatorType > & A
&41;
Remarks
Serialization operator. Passing the given archive.
Parameters
| Name | Description |
|---|---|
| Ar | Archive to serialize the array with. |
| A | Array to serialize. |