ETextureShareBPSyncConnect

Synchronize Session state events (BeginSession/EndSession)

Windows
MacOS
Linux

References

Module

TextureShare

Header

/Engine/Plugins/Runtime/TextureShare/Source/TextureShare/Public/Blueprints/TextureShareEnums.h

Include

#include "Blueprints/TextureShareEnums.h"

Syntax

enum ETextureShareBPSyncConnect
{
    Default        = 0,
    None,
    SyncSession,
}

Values

Name

Description

Default

[Default] - Use module global settings

None

[None] - do not wait for remote process

SyncSession

[SyncSession] - waiting until remote process not inside BeginSession()/EndSession()

Remarks

Synchronize Session state events (BeginSession/EndSession)

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