Type

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/UObject/GeometryObjectVersion.h

Include

#include "UObject/GeometryObjectVersion.h"

Syntax

enum Type
{
    BeforeCustomVersionWasAdded      = 0,
    CompressGeometryCache,
    DynamicMeshVertexLayoutChange,
    ExplicitMotionVectors,
    VersionPlusOne,
    LatestVersion                    = VersionPlusOne - 1,
}

Values

Name

Description

BeforeCustomVersionWasAdded

Before any version changes were made.

CompressGeometryCache

Compress Geometry Cache Flipbooks to save disk space.

DynamicMeshVertexLayoutChange

Fix for serializing in Mesh vertices for new DynamicMeshVertex layout.

ExplicitMotionVectors

Added support for explicit motion vectors.

VersionPlusOne

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

LatestVersion

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