Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGuid
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 & operator[]
(
int32 Index |
Provides access to the GUIDs components. | Misc/Guid.h | |
const uint32 & operator[]
(
int32 Index |
Provides read-only access to the GUIDs components. | Misc/Guid.h |
operatorint32
Description
Provides access to the GUIDs components.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Guid.h |
| Include Path | #include "Misc/Guid.h" |
uint32 & operator[]
(
int32 Index
)
The component.
Parameters
| Name | Remarks |
|---|---|
| Index | The index of the component to return (0...3). |
operatorint32
Description
Provides read-only access to the GUIDs components.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Guid.h |
| Include Path | #include "Misc/Guid.h" |
const uint32 & operator[]
(
int32 Index
) const
The component.
Parameters
| Name | Remarks |
|---|---|
| Index | The index of the component to return (0...3). |