Navigation
API > API/Plugins > API/Plugins/PSDImporterCore
| Name | FPSDHeader |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PSDImporter/Source/PSDImporterCore/Public/PSDFileData.h |
| Include Path | #include "PSDFileData.h" |
Syntax
struct FPSDHeader
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Depth | int16 | PSDFileData.h | ||
| Height | int32 | PSDFileData.h | ||
| Mode | EPSDColorMode | PSDFileData.h | ||
| NumChannels | int16 | PSDFileData.h | ||
| Pad | uint8 | PSDFileData.h | ||
| Signature | int32 | PSDFileData.h | ||
| Version | int16 | PSDFileData.h | ||
| Width | int32 | PSDFileData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
PSDFileData.h |