Navigation
API > API/Plugins > API/Plugins/PSDImporterCore
The types below map directly to structures within the PSD file format.
| Name | UE::PSDImporter::File::EPSDCompressionMethod |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/PSDImporter/Source/PSDImporterCore/Public/PSDFileData.h |
| Include Path | #include "PSDFileData.h" |
Syntax
namespace UE
{
namespace PSDImporter
{
namespace File
{
enum EPSDCompressionMethod
{
Raw = 0,
RLE = 1,
ZIPWithoutPrediction = 2,
ZIPWithPrediction = 3,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Raw | |
| RLE | |
| ZIPWithoutPrediction | |
| ZIPWithPrediction |