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
- UObjectBase → UObjectBaseUtility → UObject → UAssetUserData → UPSDLayerTextureUserData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LayerId | FPSDFileLayerId | PSDLayerTextureUserData.h |
|
|
| NormalizedBounds | FBox2D | Stored in 0.0-1.0 space. | PSDLayerTextureUserData.h |
|
| PixelBounds | FIntRect | Stored in pixel space. | PSDLayerTextureUserData.h |
|