UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGenericPlatformTLS Struct Reference

#include <GenericPlatformTLS.h>

+ Inheritance diagram for FGenericPlatformTLS:

Static Public Member Functions

static UE_FORCEINLINE_HINT bool IsValidTlsSlot (uint32 SlotIndex)
 

Static Public Attributes

static const uint32 InvalidTlsSlot = 0xFFFFFFFF
 

Detailed Description

It should be possible to provide a generic implementation as long as a threadID is provided. We don't do that yet.

Member Function Documentation

◆ IsValidTlsSlot()

static UE_FORCEINLINE_HINT bool FGenericPlatformTLS::IsValidTlsSlot ( uint32  SlotIndex)
inlinestatic

Return false if this is an invalid TLS slot

Parameters
SlotIndexthe TLS index to check
Returns
true if this looks like a valid slot

Member Data Documentation

◆ InvalidTlsSlot

const uint32 FGenericPlatformTLS::InvalidTlsSlot = 0xFFFFFFFF
static

The documentation for this struct was generated from the following file: