Navigation
API > API/Plugins > API/Plugins/OpenExrWrapper
| Name | FOpenExrHeaderReader |
| Type | class |
| Header File | /Engine/Plugins/Media/ImgMedia/Source/OpenExrWrapper/Public/OpenExrWrapper.h |
| Include Path | #include "OpenExrWrapper.h" |
Syntax
class FOpenExrHeaderReader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOpenExrHeaderReader
(
const FString& FilePath |
OpenExrWrapper.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FOpenExrHeaderReader() |
OpenExrWrapper.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileContext | TSharedPtr< void > | OpenExrWrapper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 CalculateNumMipLevels
(
const FIntPoint& NumTiles |
OpenExrWrapper.h | ||
bool ContainsMips() |
OpenExrWrapper.h | ||
const TCHAR * GetCompressionName() |
OpenExrWrapper.h | ||
FIntPoint GetDataWindow() |
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 | ||
int32 GetPixelSize() |
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 IsOptimizedForGpu() |
Determines if Gpu reader can be utilized. | OpenExrWrapper.h |