|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyArchiveReader.h>
Public Attributes | |
| uint64 | FileStartPos |
| int64 | UnpackedLength |
| int64 | PackedLength |
| int16 | Flags |
| FString | Filename |
Structure that represents metadata for a file within an Articy archive.
| FString FArticyArchiveFileData::Filename |
The filename of the file.
| uint64 FArticyArchiveFileData::FileStartPos |
The starting position of the file within the archive.
| int16 FArticyArchiveFileData::Flags |
Flags associated with the file.
| int64 FArticyArchiveFileData::PackedLength |
The packed length of the file data.
| int64 FArticyArchiveFileData::UnpackedLength |
The unpacked length of the file data.