Navigation
API > API/Runtime > API/Runtime/ImageWrapper
| |
|
| Name |
FTGAFileHeader |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/ImageWrapper/Public/TgaImageSupport.h |
| Include Path |
#include "TgaImageSupport.h" |
Syntax
struct FTGAFileHeader
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BitsPerPixel |
uint8 |
|
TgaImageSupport.h |
|
| ColorMapEntrySize |
uint8 |
|
TgaImageSupport.h |
|
| ColorMapLength |
uint16 |
|
TgaImageSupport.h |
|
| ColorMapOrigin |
uint16 |
|
TgaImageSupport.h |
|
| ColorMapType |
uint8 |
|
TgaImageSupport.h |
|
| Height |
uint16 |
|
TgaImageSupport.h |
|
| IdFieldLength |
uint8 |
|
TgaImageSupport.h |
|
| ImageDescriptor |
uint8 |
|
TgaImageSupport.h |
|
| ImageTypeCode |
uint8 |
|
TgaImageSupport.h |
|
| Width |
uint16 |
|
TgaImageSupport.h |
|
| XOrigin |
uint16 |
|
TgaImageSupport.h |
|
| YOrigin |
uint16 |
|
TgaImageSupport.h |
|