EncryptData

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

EncryptData

(
    uint8* Contents,
    uint32 NumBytes,
    const FAESKey& Key
)

Encrypts a chunk of data using a specific key

Public function Static

void

 

EncryptData

(
    uint8* Contents,
    uint32 NumBytes,
    const ANSICHAR* Key
)

Encrypts a chunk of data using a specific key

Public function Static

void

 

EncryptData

(
    uint8* Contents,
    uint32 NumBytes,
    const uint8* KeyBytes,
    uint32 NumKeyBytes
)

Encrypts a chunk of data using a specific key

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