Navigation
API > API/Plugins > API/Plugins/OpenExrWrapper > API/Plugins/OpenExrWrapper/FTiledOutputFile
Description
Call this to write data to a specific tile. If tiles are not enabled then this just writes out the whole image.
| Name | WriteTile |
| Type | function |
| Header File | /Engine/Plugins/Media/ImgMedia/Source/OpenExrWrapper/Public/OpenExrWrapper.h |
| Include Path | #include "OpenExrWrapper.h" |
| Source | /Engine/Plugins/Media/ImgMedia/Source/OpenExrWrapper/Private/OpenExrWrapper.cpp |
void WriteTile
(
int32 TileX,
int32 TileY,
int32 MipLevel
)
Parameters
| Name | Remarks |
|---|---|
| TileX | X coordinate of tile. |
| TileY | Y coordinate of tile. |
| MipLevel | Mipmap level of tile. |