FUnixTLS::SetTlsValue

Sets a value in the specified TLS slot

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Unix/UnixPlatformTLS.h

Include

#include "Unix/UnixPlatformTLS.h"

Syntax

static void SetTlsValue
(
    uint32 SlotIndex,
    void * Value
)

Remarks

Sets a value in the specified TLS slot

Parameters

Parameter

Description

SlotIndex

the TLS index to store it in

Value

the value to store in the slot

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