Type

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/MobileObjectVersion.h"

Syntax

enum Type
{
    BeforeCustomVersionWasAdded                 = 0,
    InstancedStaticMeshLightmapSerialization,
    LQVolumetricLightmapLayers,
    VersionPlusOne,
    LatestVersion                               = VersionPlusOne - 1,
}

Values

Name

Description

BeforeCustomVersionWasAdded

Before any version changes were made.

InstancedStaticMeshLightmapSerialization

Removed LightmapUVBias, ShadowmapUVBias from per-instance data.

LQVolumetricLightmapLayers

Added stationary point/spot light direct contribution to volumetric lightmaps.

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