FGuid::operator[]

Provides access to the GUIDs components.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Guid.h

Include

#include "Misc/Guid.h"

Syntax

uint32 & operator[]
(
    int32 Index
)

Remarks

Provides access to the GUIDs components.

Returns

The component.

Parameters

Parameter

Description

Index

The index of the component to return (0...3).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss