EVisualLoggerVersion::Type

Version for vlog binary file format

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h

Include

#include "VisualLogger/VisualLoggerTypes.h"

Syntax

namespace EVisualLoggerVersion
{
    enum Type
    {
        Initial                         = 0,
        HistogramGraphsSerialization    = 1,
        AddedOwnerClassName             = 2,
        StatusCategoryWithChildren      = 3,
        TransformationForShapes         = 4,
        VersionPlusOne,
        LatestVersion                   = VersionPlusOne - 1,
    }
}

Values

Name

Description

Initial

HistogramGraphsSerialization

AddedOwnerClassName

StatusCategoryWithChildren

TransformationForShapes

VersionPlusOne

--="">----------------------------------------------

LatestVersion

Remarks

Version for vlog binary file format

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