ITextureShare::CreateShare

Create TextureShare object

Windows
MacOS
Linux

References

Module

TextureShare

Header

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

Include

#include "ITextureShare.h"

Syntax

bool CreateShare
(
    const FString & ShareName,
    const FTextureShareSyncPolicy & SyncMode,
    ETextureShareProcess Process
)

Remarks

Create TextureShare object

Returns

True if the success

Parameters

Parameter

Description

ShareName

Unique share name (case insensitive)

SyncMode

Synchronization settings

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