![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
It should be possible to provide a generic implementation as long as a threadID is provided. We don't do that yet.
|
inlinestatic |
Return false if this is an invalid TLS slot
| SlotIndex | the TLS index to check |
|
static |