enum EPackageDataType Defines the package type of a packaged object.
| Key | Value | Comment |
|---|---|---|
| Text | 1 | UTF-8 encoded text data. |
| File | 2 | A single file. |
| Directory | 3 | A directory with sub-directories and files. |
| Key | Value | Comment |
|---|---|---|
| Text | 1 | UTF-8 encoded text data. |
| File | 2 | A single file. |
| Directory | 3 | A directory with sub-directories and files. |
| Key | Value | Comment |
|---|---|---|
| EPackageDataType_Text | 1 | UTF-8 encoded text data. |
| EPackageDataType_File | 2 | A single file. |
| EPackageDataType_Directory | 3 | A directory with sub-directories and files. |