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

#include <ArticyArchiveReader.h>

Public Attributes

FString Magic
uint8 Version
uint8 Pad
uint16 Flags
int32 NumberOfFiles
uint64 FileDictionaryPos

Detailed Description

Structure that represents the header of an Articy archive.

Member Data Documentation

◆ FileDictionaryPos

uint64 FArticyArchiveHeader::FileDictionaryPos

The position of the file dictionary in the archive.

◆ Flags

uint16 FArticyArchiveHeader::Flags

Flags associated with the archive.

◆ Magic

FString FArticyArchiveHeader::Magic

The magic number used to identify the archive file format.

◆ NumberOfFiles

int32 FArticyArchiveHeader::NumberOfFiles

The number of files contained in the archive.

◆ Pad

uint8 FArticyArchiveHeader::Pad

Padding byte for alignment.

◆ Version

uint8 FArticyArchiveHeader::Version

The version of the archive file format.


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