FGuid::IsValid

Checks whether this GUID is valid or not.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/Guid.h"

Syntax

bool IsValid() const

Remarks

Checks whether this GUID is valid or not.

A GUID that has all its components set to zero is considered invalid.

Returns

true if valid, false otherwise.

See Also

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