EFormatVersion

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationArchive.h

Include

#include "Internationalization/InternationalizationArchive.h"

Syntax

enum EFormatVersion
{
    Initial          = 0,
    EscapeFixes,
    AddedKeys,
    LatestPlusOne,
    Latest           = LatestPlusOne - 1,
}

Values

Name

Description

Initial

EscapeFixes

AddedKeys

LatestPlusOne

Latest

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