UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IndirectArray.h File Reference
#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 >
FArchiveoperator<< (FArchive &Ar, TIndirectArray< T, Allocator > &A)
 

Function Documentation

◆ operator<<()

template<typename T , typename Allocator >
FArchive & operator<< ( FArchive Ar,
TIndirectArray< T, Allocator > &  A 
)

Serialization operator for TIndirectArray.

Parameters
ArArchive to serialize with.
AArray to serialize.
Returns
Passing down serializing archive.