EResult

Windows
MacOS
Linux

References

Module

ElectraCDM

Header

/Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/Crypto/StreamCryptoAES128.h

Include

#include "Crypto/StreamCryptoAES128.h"

Syntax

enum EResult
{
    Ok,
    NotInitialized,
    BadKeyLength,
    BadIVLength,
    BadDataLength,
    InvalidArg,
    BadHexChar,
}

Values

Name

Description

Ok

NotInitialized

BadKeyLength

BadIVLength

BadDataLength

InvalidArg

BadHexChar

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