RuntimeMeshComponent Versions Save

Unreal Engine 4 plugin component for rendering runtime generated content.

v4.1

3 years ago

Version 4.1 brings some internal improvements as well as a cleaner provider API and numerous other bug fixes and feature improvements!

v4.0

3 years ago

This is the initial release of v4, it's already been pretty much replaced and v4.1 will be ready soon, this release is more for historical purposes.

v2.0

7 years ago

This is the full version of the RMC V2.

For the version that contains the slicer see here: https://github.com/Koderz/UnrealEngine/releases/tag/rmcslicer_v2.0

It contains numerous improvements including..

  • Slicer Support!! You can now use
  • Collision cooking speed improvements.** (new)
  • High precision normals support (new)
  • Tessellation support (new)
  • Navigation mesh support (new)
  • Fully configurable vertex structure (new)
  • Ability to save individual sections or the entire RMC to disk (new)
  • RMC <-> StaticMeshComponent conversions. SMC -> RMC at runtime or in editor. RMC -> SMC in editor. (new)
  • Normal/Tangent calculation. (new) (will be getting speed improvements soon)

v2.0-preview2

7 years ago

This is a first preview release of version 2.

This version supports engine versions 4.12+

More information to come!

v2.0-preview1

7 years ago

This is a first preview release of version 2.

This version supports engine versions 4.12+

More information to come!

v1.2

7 years ago

Version 1.2 of the Runtime Mesh Component brings multiple bug fixes.

Changes: Memory leak in scene proxy creation. UpdateMeshSection from blueprint no longer requires Triangles to be supplied. Most asserts now don't fire in editor, instead they log an error and bail out. SceneProxy construction now uses a different route to setup existing sections.

v1.1

7 years ago

Supported Engine Versions: 4.10, 4.11, 4.12, 4.13

Supported Platforms: It should support all UE4 platforms, but some platforms will not support collision (HTML5, Mobile) Tested on: Windows, HTML5 (Also tested with HTC Vive and Oculus Rift)

It includes all the basic functionality, including:

All UProceduralMeshComponent features Multiple performance and memory improvements over original PMC Static rendering Dynamic rendering Collision only sections Fast position only updates Mesh serialization on/off Smarter collision cooking.

v1.0

7 years ago

Supported Engine Versions: 4.10, 4.11, 4.12, 4.13

Supported Platforms: It should support all UE4 platforms, but some platforms will not support collision (HTML5, Mobile) Tested on: Windows, HTML5 (Also tested with HTC Vive and Oculus Rift)

It includes all the basic functionality, including:

  • All UProceduralMeshComponent features
  • Multiple performance and memory improvements over original PMC
  • Static rendering
  • Dynamic rendering
  • Collision only sections
  • Fast position only updates
  • Mesh serialization on/off
  • Smarter collision cooking.

v0.1-beta.2

7 years ago

*This is the release candidate for version 1.0 * Supported Engine Versions: 4.10, 4.11, 4.12, 4.13

It includes all the basic functionality, including:

  • All UProceduralMeshComponent features
  • Multiple performance and memory improvements over original PMC
  • Static rendering
  • Dynamic rendering
  • Collision only sections
  • Fast position only updates
  • Mesh serialization on/off
  • Smarter collision cooking.