FColor::ToHex

Converts this color value to a hexadecimal string. The format of the string is RRGGBBAA.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Color.h

Include

#include "Math/Color.h"

Syntax

FString ToHex() const

Remarks

Converts this color value to a hexadecimal string.

The format of the string is RRGGBBAA.

Returns

Hexadecimal string.

See Also