Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject > API/Runtime/Core/UObject/FGeometryObjectVersion
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/UObject/GeometryObjectVersion.h |
Include | #include "UObject/GeometryObjectVersion.h" |
Syntax
enum Type
&123;
BeforeCustomVersionWasAdded = 0,
CompressGeometryCache,
DynamicMeshVertexLayoutChange,
ExplicitMotionVectors,
VersionPlusOne,
LatestVersion = VersionPlusOne - 1,
&125;
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 |