Navigation
API > API/Runtime > API/Runtime/Core
Package store entry array view.
| Name | TFilePackageStoreEntryCArrayView |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoContainerHeader.h |
| Include Path | #include "IO/IoContainerHeader.h" |
Syntax
template<typename T>
class TFilePackageStoreEntryCArrayView
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArrayNum | const uint32 | IO/IoContainerHeader.h | ||
| OffsetToDataFromThis | const uint32 | IO/IoContainerHeader.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T * begin () |
IO/IoContainerHeader.h | ||
T * begin () |
IO/IoContainerHeader.h | ||
const T * Data () |
IO/IoContainerHeader.h | ||
T * Data () |
IO/IoContainerHeader.h | ||
const T * end () |
IO/IoContainerHeader.h | ||
T * end () |
IO/IoContainerHeader.h | ||
uint32 Num() |
IO/IoContainerHeader.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & operator[]
(
uint32 Index |
IO/IoContainerHeader.h | ||
T & operator[]
(
uint32 Index |
IO/IoContainerHeader.h |