ETextureShareSyncSurface

Synchronize texture events (LockTexture/UnlockTexture)

Windows
MacOS
Linux

References

Module

TextureShareCore

Header

/Engine/Plugins/Runtime/TextureShare/Source/TextureShareCore/Public/Containers/TextureShareCoreEnums.h

Include

#include "Containers/TextureShareCoreEnums.h"

Syntax

enum ETextureShareSyncSurface
{
    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