|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyArchiveReader.h>
Public Attributes | |
| FString | Magic |
| uint8 | Version |
| uint8 | Pad |
| uint16 | Flags |
| int32 | NumberOfFiles |
| uint64 | FileDictionaryPos |
Structure that represents the header of an Articy archive.
| uint64 FArticyArchiveHeader::FileDictionaryPos |
The position of the file dictionary in the archive.
| uint16 FArticyArchiveHeader::Flags |
Flags associated with the archive.
| FString FArticyArchiveHeader::Magic |
The magic number used to identify the archive file format.
| int32 FArticyArchiveHeader::NumberOfFiles |
The number of files contained in the archive.
| uint8 FArticyArchiveHeader::Pad |
Padding byte for alignment.
| uint8 FArticyArchiveHeader::Version |
The version of the archive file format.