Navigation
API > API/Plugins > API/Plugins/PSDImporterCore
| Name | FPSDLayerRecord |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PSDImporter/Source/PSDImporterCore/Public/PSDFileRecord.h |
| Include Path | #include "PSDFileRecord.h" |
Syntax
struct FPSDLayerRecord
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPSDLayerRecord() |
PSDFileRecord.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsGroup | bool | PSDFileRecord.h | ||
| BlendMode | EPSDBlendMode | PSDFileRecord.h | ||
| Bounds | FIntRect | PSDFileRecord.h | ||
| Channels | TSet< FPSDChannelInformation * > | PSDFileRecord.h | ||
| Clipping | uint8 | PSDFileRecord.h | ||
| Flags | EPSDLayerFlags | PSDFileRecord.h | ||
| Index | int32 | PSDFileRecord.h | ||
| LayerName | FString | PSDFileRecord.h | ||
| MaskBounds | FIntRect | PSDFileRecord.h | ||
| MaskDefaultValue | uint8 | PSDFileRecord.h | ||
| NumChannels | uint16 | PSDFileRecord.h | ||
| Opacity | uint8 | PSDFileRecord.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FPSDLayerRecord& InOther |
PSDFileRecord.h | ||
bool operator==
(
const FPSDLayerRecord& InOther |
PSDFileRecord.h |