Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGuid
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FGuid () |
Default constructor. | Misc/Guid.h | |
| Misc/Guid.h | |||
constexpr FGuid
(
uint32 InA, |
Creates and initializes a new GUID from the specified components. | Misc/Guid.h |
FGuid()
Description
Default constructor.
| Name | FGuid |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Guid.h |
| Include Path | #include "Misc/Guid.h" |
constexpr FGuid()
FGuid(const FString &)
| Name | FGuid |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Guid.h |
| Include Path | #include "Misc/Guid.h" |
FGuid
(
const FString & InGuidStr
)
FGuid(uint32, uint32, uint32, uint32)
Description
Creates and initializes a new GUID from the specified components.
| Name | FGuid |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Guid.h |
| Include Path | #include "Misc/Guid.h" |
constexpr FGuid
(
uint32 InA,
uint32 InB,
uint32 InC,
uint32 InD
)
Parameters
| Name | Remarks |
|---|---|
| InA | The first component. |
| InB | The second component. |
| InC | The third component. |
| InD | The fourth component. |