ITextureShare::SendTexture_RenderThread

Send (and register texture if need) RHI texture to shared object texture

Windows
MacOS
Linux

References

Module

TextureShare

Header

/Engine/Plugins/Runtime/TextureShare/Source/TextureShare/Public/ITextureShare.h

Include

#include "ITextureShare.h"

Syntax

bool SendTexture_RenderThread
(
    FRHICommandListImmediate & RHICmdList,
    const TSharedPtr< ITextureShareItem > & ShareItem,
    const FString & TextureName,
    FRHITexture * SrcTexture,
    const FIntRect * SrcTextureRect
)

Remarks

Send (and register texture if need) RHI texture to shared object texture

Call inside BeginFrame_RenderThread()() Texture info updated automatically from sourceTHI. Previos texture settings reset by this function call

Returns

True if the success

Parameters

Parameter

Description

ShareItem

share object

TextureName

unique texture name (case insensitive)

SrcTexture

Source RHI 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