FImage

Overload list

Windows
MacOS
Linux
Name Description

Public function

FImage()

Default constructor.

Public function

FImage

(
    int32 InSizeX,
    int32 InSizeY,
    ERawImageFormat::Type InFormat,
    EGammaSpace InGammaSpace
)

Creates and initializes a new image with a single slice.

Public function

FImage

(
    int32 InSizeX,
    int32 InSizeY,
    int32 InNumSlices,
    ERawImageFormat::Type InFormat,
    EGammaSpace InGammaSpace
)

Creates and initializes a new image with the specified number of slices.

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