GenerateNonce

Generates a random nonce (number used once) of the desired length

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h

Include

#include "OnlineSubsystemTypes.h"

Syntax

void GenerateNonce
(
    uint8 * Nonce,
    uint32 Length
)

Remarks

Generates a random nonce (number used once) of the desired length

Parameters

Parameter

Description

Nonce

the buffer that will get the randomized data

Length

the number of bytes to generate random values for

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