EFileRegionType

Describes the type of data found in a given file region.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/FileRegions.h

Include

#include "Serialization/FileRegions.h"

Syntax

enum EFileRegionType
{
    None    = 0,
    BC1     = 2,
    BC2     = 5,
    BC3     = 6,
    BC4     = 3,
    BC5     = 7,
}

Values

Name

Description

None

BC1

BC2

BC3

BC4

BC5

Remarks

Describes the type of data found in a given file region.

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