FSlateUpdatableTexture::UpdateTextureThreadSafe

Updates the texture contents via a byte array making a copy first for thread safety

Windows
MacOS
Linux

Override Hierarchy

FSlateUpdatableTexture::UpdateTextureThreadSafe()

FSlateTexture2DRHIRef::UpdateTextureThreadSafe()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Textures/SlateUpdatableTexture.h

Include

#include "Textures/SlateUpdatableTexture.h"

Syntax

void UpdateTextureThreadSafe
(
    const TArray< uint8 > & Bytes
)

Remarks

Updates the texture contents via a byte array making a copy first for thread safety

Parameters

Parameter

Description

Bytes

Array of texture data

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