FIoHash

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

FIoHash()

Construct a zero hash.

Public function

FIoHash

(
    const ByteArray& Hash
)

Construct a hash from an array of 20 bytes.

Public function

FIoHash

(
    FMemoryView Hash
)

Construct a hash from a view of 20 bytes.

Public function

FIoHash

(
    const FBlake3Hash& Hash
)

Construct a hash from a BLAKE3-256 hash.

Public function

FIoHash

(
    FAnsiStringView HexHash
)

Construct a hash from a 40-character hex string.

Public function

FIoHash

(
    FWideStringView HexHash
)

Construct a zero hash.

Public function

FIoHash

(
    FUtf8StringView HexHash
)

Construct a zero hash.