![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "Misc/AssertionMacros.h"#include "HAL/UnrealMemory.h"#include "Templates/UnrealTypeTraits.h"#include "Containers/ContainerAllocationPolicies.h"#include "Containers/Array.h"Go to the source code of this file.
Classes | |
| class | TIndirectArray< T, Allocator > |
Functions | |
| template<typename T , typename Allocator > | |
| FArchive & | operator<< (FArchive &Ar, TIndirectArray< T, Allocator > &A) |
| FArchive & operator<< | ( | FArchive & | Ar, |
| TIndirectArray< T, Allocator > & | A | ||
| ) |
Serialization operator for TIndirectArray.
| Ar | Archive to serialize with. |
| A | Array to serialize. |