Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/Guid.h |
Include |
#include "Misc/Guid.h" |
struct FGuid
Implements a globally unique identifier.
Name | Description | ||
---|---|---|---|
|
uint32 |
A |
Private: |
|
uint32 |
B |
Holds the second component. |
|
uint32 |
C |
Holds the third component. |
|
uint32 |
D |
Holds the fourth component. |
Name | Description | ||
---|---|---|---|
|
void |
AppendString ( |
Appends this GUID to the string builder using the specified format. |
|
void |
AppendString ( |
Converts this GUID to its string representation using the specified format. |
|
void |
AppendString ( |
Converts this GUID to its string representation using the specified format. |
|
void |
AppendString ( |
Converts this GUID to its string representation using the specified format. |
|
bool |
ExportTextItem |
Exports the GUIDs value to a string. |
|
bool |
ImportTextItem ( |
Imports the GUIDs value from a text buffer. |
|
void |
Invalidate() |
Invalidates the GUID. |
|
bool |
IsValid() |
Checks whether this GUID is valid or not. |
|
NewGuid() |
Returns a new GUID. |
|
|
bool |
Parse |
Converts a string to a GUID. |
|
bool |
ParseExact |
Converts a string with the specified format to a GUID. |
|
bool |
Serialize ( |
|
|
bool |
Serialize ( |
|
|
ToString ( |
Converts this GUID to its string representation. |
Name | Description | ||
---|---|---|---|
|
uint32 & |
operator[] ( |
Provides access to the GUIDs components. |
|
const uint32... |
operator[] ( |
Provides read-only access to the GUIDs components. |