Navigation
API > API/Plugins > API/Plugins/OpenExrWrapper
| Name | FRgbaInputFile |
| Type | class |
| Header File | /Engine/Plugins/Media/ImgMedia/Source/OpenExrWrapper/Public/OpenExrWrapper.h |
| Include Path | #include "OpenExrWrapper.h" |
Syntax
class FRgbaInputFile
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRgbaInputFile
(
const FString& FilePath |
OpenExrWrapper.h | ||
FRgbaInputFile
(
const FString& FilePath, |
OpenExrWrapper.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FRgbaInputFile() |
OpenExrWrapper.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InputFile | void * | OpenExrWrapper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TCHAR * GetCompressionName() |
OpenExrWrapper.h | ||
FIntPoint GetDataWindow() |
OpenExrWrapper.h | ||
FIntRect GetDataWindowRect() |
OpenExrWrapper.h | ||
FIntRect GetDisplayWindow() |
OpenExrWrapper.h | ||
FFrameRate GetFrameRate
(
const FFrameRate& DefaultValue |
OpenExrWrapper.h | ||
bool GetIntAttribute
(
const FString& Name, |
Get an attribute from the image. | OpenExrWrapper.h | |
int32 GetNumChannels() |
OpenExrWrapper.h | ||
bool GetTileSize
(
FIntPoint& OutTileSize |
Gets tile dimensions. Returns false if image has no tiles. | OpenExrWrapper.h | |
int32 GetUncompressedSize() |
OpenExrWrapper.h | ||
bool HasInputFile() |
OpenExrWrapper.h | ||
bool IsComplete() |
OpenExrWrapper.h | ||
void ReadPixels
(
int32 StartY, |
OpenExrWrapper.h | ||
void SetFrameBuffer
(
void* Buffer, |
OpenExrWrapper.h |