DecryptData

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

DecryptData

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

Decrypts a chunk of data using a specific key

Public function Static

void

 

DecryptData

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

Decrypts a chunk of data using a specific key

Public function Static

void

 

DecryptData

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

Decrypts 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