Navigation
API > API/Runtime > API/Runtime/Core
Functions for operating on GUIDs (UUIDs).
| Name | FUnixPlatformGuid |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformGuid.h |
| Include Path | #include "Unix/UnixPlatformGuid.h" |
Syntax
struct FUnixPlatformGuid
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static AUTORTFM_OPEN FGuid CreateGuid () |
Create a GUID (UUID). | Unix/UnixPlatformGuid.h | |
static AUTORTFM_OPEN FGuid CreateGuidFromRandomOnly() |
Create a GUID (UUID) using the random data only method (UUID version 4). | Unix/UnixPlatformGuid.h | |
static AUTORTFM_OPEN FGuid CreateGuidFromTimeAndRandom() |
Create a GUID (UUID) using the time-and-random-data method (UUID version 7). | Unix/UnixPlatformGuid.h |