ITextureShare::LinkSceneContextToShare

Send scene context textures from specified StereoscopicPass via share

Windows
MacOS
Linux

References

Module

TextureShare

Header

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

Include

#include "ITextureShare.h"

Syntax

bool LinkSceneContextToShare
(
    const TSharedPtr< ITextureShareItem > & ShareItem,
    int StereoscopicPass,
    bool bIsEnabled
)

Remarks

Send scene context textures from specified StereoscopicPass via share

Returns

True if the success

Parameters

Parameter

Description

ShareName

Unique share name (case insensitive)

StereoscopicPass

Stereoscopic pass (full,left,right eye, or viewport code for DisplayCluster)

bIsEnabled

Activate

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