Skip to content

PackageFileItemDescription

struct PackageFileItemDescription

Describes an item in the package file.

The item description is stored in the package file's header.

Variables

Name Description
m_Name The name of the package item.
m_Offset The offset of the package item in the package file.
m_Size The size of the package item in bytes.

Variable Details

m_Name

AmString m_Name

The name of the package item.

Note

It usually refers to the resource path.

m_Offset

AmSize m_Offset

The offset of the package item in the package file.

m_Size

AmSize m_Size

The size of the package item in bytes.