FSlateRenderer::CreateUpdatableTexture

Create an updatable texture that can receive new data dynamically

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderer.h

Include

#include "Rendering/SlateRenderer.h"

Syntax

FSlateUpdatableTexture * CreateUpdatableTexture
(
    uint32 Width,
    uint32 Height
)

Remarks

Create an updatable texture that can receive new data dynamically

Returns

Newly created updatable texture

Parameters

Parameter

Description

Width

Initial width of the texture

Height

Initial height of the texture

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