ArticyXImporter
ArticyXImporter for Unreal Engine
Loading...
Searching...
No Matches
FArticyArchiveFileData Struct Reference

#include <ArticyArchiveReader.h>

Public Attributes

uint64 FileStartPos
int64 UnpackedLength
int64 PackedLength
int16 Flags
FString Filename

Detailed Description

Structure that represents metadata for a file within an Articy archive.

Member Data Documentation

◆ Filename

FString FArticyArchiveFileData::Filename

The filename of the file.

◆ FileStartPos

uint64 FArticyArchiveFileData::FileStartPos

The starting position of the file within the archive.

◆ Flags

int16 FArticyArchiveFileData::Flags

Flags associated with the file.

◆ PackedLength

int64 FArticyArchiveFileData::PackedLength

The packed length of the file data.

◆ UnpackedLength

int64 FArticyArchiveFileData::UnpackedLength

The unpacked length of the file data.


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