Navigation
API > API/Runtime > API/Runtime/Core
It should be possible to provide a generic implementation as long as a threadID is provided. We don't do that yet.
| Name | FGenericPlatformTLS |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformTLS.h |
| Include Path | #include "GenericPlatform/GenericPlatformTLS.h" |
Syntax
struct FGenericPlatformTLS
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidTlsSlot | const uint32 | GenericPlatform/GenericPlatformTLS.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsValidTlsSlot
(
uint32 SlotIndex |
Return false if this is an invalid TLS slot | GenericPlatform/GenericPlatformTLS.h |