Type

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/AnimPhysObjectVersion.h"

Syntax

enum Type
{
    BeforeCustomVersionWasAdded,
    ConvertAnimNodeLookAtAxis,
    BoxSphylElemsUseRotators,
    ThumbnailSceneInfoAndAssetImportDataAreTransactional,
    AddedClothingMaskWorkflow,
    RemoveUIDFromSmartNameSerialize,
    CreateTargetReference,
    TuneSoftLimitStiffnessAndDamping,
    FixInvalidClothParticleMasses,
    CacheClothMeshInfluences,
    SmartNameRefactorForDeterministicCooking,
    RenameDisableAnimCurvesToAllowAnimCurveEvaluation,
    AddLODToCurveMetaData,
    FixupBadBlendProfileReferences,
    AllowMultipleAudioPluginSettings,
    ChangeRetargetSourceReferenceToSoftObjectPtr,
    SaveEditorOnlyFullPoseForPoseAsset,
    GeometryCacheAssetDeprecation,
    VersionPlusOne,
    LatestVersion                                           = VersionPlusOne - 1,
}

Values

Name

Description

BeforeCustomVersionWasAdded

Before any version changes were made.

ConvertAnimNodeLookAtAxis

Convert animnode look at to use just default axis instead of enum, which doesn't do much

BoxSphylElemsUseRotators

Change FKSphylElem and FKBoxElem to use Rotators not Quats for easier editing.

ThumbnailSceneInfoAndAssetImportDataAreTransactional

Change thumbnail scene info and asset import data to be transactional.

AddedClothingMaskWorkflow

Enabled clothing masks rather than painting parameters directly.

RemoveUIDFromSmartNameSerialize

Remove UID from smart name serialize, it just breaks determinism.

CreateTargetReference

Convert FName Socket to FSocketReference and added TargetReference that support bone and socket.

TuneSoftLimitStiffnessAndDamping

Tune soft limit stiffness and damping coefficients.

FixInvalidClothParticleMasses

Fix possible inf/nans in clothing particle masses.

CacheClothMeshInfluences

Moved influence count to cached data.

SmartNameRefactorForDeterministicCooking

Remove GUID from Smart Names entirely + remove automatic name fixup.

RenameDisableAnimCurvesToAllowAnimCurveEvaluation

Rename the variable and allow individual curves to be set

AddLODToCurveMetaData

Link curve to LOD, so curve metadata has to include LODIndex

FixupBadBlendProfileReferences

Fixed blend profile references persisting after paste when they aren't compatible.

AllowMultipleAudioPluginSettings

Allowing multiple audio plugin settings.

ChangeRetargetSourceReferenceToSoftObjectPtr

Change RetargetSource reference to SoftObjectPtr.

SaveEditorOnlyFullPoseForPoseAsset

Save editor only full pose for pose asset.

GeometryCacheAssetDeprecation

Asset change and cleanup to facilitate new streaming system.

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