Break ImageWriteOptions

Break ImageWriteOptions

Windows
MacOS
Linux

Adds a node that breaks a 'ImageWriteOptions' into its member fields

Break ImageWriteOptions
Image Write Options
Format
Compression Quality
0
Overwrite File
Async

Inputs

Image Write Options
Image Write Options Structure (by ref)

Outputs

Format
EDesiredImageFormat Enum

The desired output image format to write to disk

On Complete
Delegate

A callback to invoke when the image has been written, or there was an error

Compression Quality
Integer

An image format specific compression setting. Either 0 (Default) or 1 (Uncompressed) for EXRs, or a value between 0 and 100.

Overwrite File
Boolean

Whether to overwrite the image if it already exists

Async
Boolean

Whether to perform the writing asynchronously, or to block the game thread until it is complete

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss