UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TFilePackageStoreEntryCArrayView< T > Class Template Reference

#include <IoContainerHeader.h>

Public Member Functions

uint32 Num () const
 
const T * Data () const
 
T * Data ()
 
const T * begin () const
 
T * begin ()
 
const T * end () const
 
T * end ()
 
const T & operator[] (uint32 Index) const
 
T & operator[] (uint32 Index)
 

Detailed Description

template<typename T>
class TFilePackageStoreEntryCArrayView< T >

Package store entry array view.

Member Function Documentation

◆ begin() [1/2]

template<typename T >
T * TFilePackageStoreEntryCArrayView< T >::begin ( )
inline

◆ begin() [2/2]

template<typename T >
const T * TFilePackageStoreEntryCArrayView< T >::begin ( ) const
inline

◆ Data() [1/2]

template<typename T >
T * TFilePackageStoreEntryCArrayView< T >::Data ( )
inline

◆ Data() [2/2]

template<typename T >
const T * TFilePackageStoreEntryCArrayView< T >::Data ( ) const
inline

◆ end() [1/2]

template<typename T >
T * TFilePackageStoreEntryCArrayView< T >::end ( )
inline

◆ end() [2/2]

template<typename T >
const T * TFilePackageStoreEntryCArrayView< T >::end ( ) const
inline

◆ Num()

template<typename T >
uint32 TFilePackageStoreEntryCArrayView< T >::Num ( ) const
inline

◆ operator[]() [1/2]

template<typename T >
T & TFilePackageStoreEntryCArrayView< T >::operator[] ( uint32  Index)
inline

◆ operator[]() [2/2]

template<typename T >
const T & TFilePackageStoreEntryCArrayView< T >::operator[] ( uint32  Index) const
inline

The documentation for this class was generated from the following file: