Navigation
API > API/Plugins > API/Plugins/PSDImporter
| |
|
| Name |
UPSDLayerTextureUserData |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/PSDImporter/Source/PSDImporter/Public/PSDLayerTextureUserData.h |
| Include Path |
#include "PSDLayerTextureUserData.h" |
Syntax
UCLASS (MinimalAPI)
class UPSDLayerTextureUserData : public UAssetUserData
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| LayerId |
FPSDFileLayerId |
|
PSDLayerTextureUserData.h |
- VisibleAnywhere
- Category="Layer"
|
| NormalizedBounds |
FBox2D |
Stored in 0.0-1.0 space. |
PSDLayerTextureUserData.h |
- VisibleAnywhere
- Category="Layer"
|
| PixelBounds |
FIntRect |
Stored in pixel space. |
PSDLayerTextureUserData.h |
- VisibleAnywhere
- Category="Layer"
|