FSlateTextureData

Overload list

Windows
MacOS
Linux
Name Description

Public function

FSlateTextureData

(
    const FSlateTextureData& Other
)

Public function

FSlateTextureData

(
    uint32 InWidth,
    uint32 InHeight,
    uint32 InBytesPerPixel,
    const TArray< uint8 >& InBytes
)

Public function

FSlateTextureData

(
    uint32 InWidth,
    uint32 InHeight,
    uint32 InBytesPerPixel,
    TArray< uint8 >&& InBytes
)

Public function

FSlateTextureData

(
    const uint8* InBuffer,
    uint32 InWidth,
    uint32 InHeight,
    uint32 InBytesPerPixel
)

Constructor to create texture data by copying from a pointer instead of an array

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