FGuid::FGuid

Creates and initializes a new GUID from the specified components.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/Guid.h"

Syntax

FGuid
(
    uint32 InA,
    uint32 InB,
    uint32 InC,
    uint32 InD
)

Remarks

Creates and initializes a new GUID from the specified components.

Parameters

Parameter

Description

InA

The first component.

InB

The second component.

InC

The third component.

InD

The fourth component.

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