Navigation
API > API/Plugins > API/Plugins/PSDImporterCore
| Name | FPSDFileImportVisitors |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PSDImporter/Source/PSDImporterCore/Public/PSDFileImport.h |
| Include Path | #include "PSDFileImport.h" |
Syntax
struct FPSDFileImportVisitors
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPSDFileImportVisitors() |
PSDFileImport.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FHeaderInputType | UE::PSDImporter::File::FPSDHeader | PSDFileImport.h | |
| FLayerInputType | UE::PSDImporter::File::FPSDLayerRecord | PSDFileImport.h | |
| FLayersInputType | UE::PSDImporter::File::FPSDLayerAndMaskInformation | PSDFileImport.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnImportComplete() |
PSDFileImport.h | ||
virtual void OnImportHeader
(
const FHeaderInputType& InHeader |
PSDFileImport.h | ||
| PSDFileImport.h | |||
virtual void OnImportLayers
(
const FLayersInputType& Layers |
PSDFileImport.h |