EIoContainerFlags

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h

Include

#include "IO/IoDispatcher.h"

Syntax

enum EIoContainerFlags
{
    None,
    Compressed    = (1 << 0),
    Encrypted     = (1 << 1),
    Signed        = (1 << 2),
    Indexed       = (1 << 3),
}

Values

Name

Description

None

Compressed

Encrypted

Signed

Indexed

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