ETextureShareBPSyncSurface

Synchronize texture events (LockTexture/UnlockTexture)

Windows
MacOS
Linux

References

Module

TextureShare

Header

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

Include

#include "Blueprints/TextureShareEnums.h"

Syntax

enum ETextureShareBPSyncSurface
{
    Default            = 0,
    None,
    SyncRead,
    SyncPairingRead,
}

Values

Name

Description

Default

[Default] - Use module global settings

None

[None] - Skip unpaired texture. Unordered read operations

SyncRead

[SyncRead] - Skip unpaired texture.

SyncPairingRead

[SyncPairingRead] - Required texture pairing.

Remarks

Synchronize texture events (LockTexture/UnlockTexture)

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