Social

Chris Ashworth on LinkedInmid_gen on GitHub

MENU
  • Blog
  • Code
    • UnrealEngine
      • GOAPer
      • CashGen
      • CashUI
      • UnrealFastNoise
      • UESVON
      • UEBoids
  • Links
    • Rachel Higginbottom
    • Bob Morate
    • Linda Rendel
    • Ubisoft Blue Byte
  • About
Filters
List of articles in category Unrealengine
Title Published Date Author Hits
UESVON 17 December 2018 Written by Chris Hits: 1016
Procedural Generation Updates - March 22nd 22 March 2016 Written by Chris Hits: 1062
Procedural Generation Updates - March 08 March 2016 Written by Chris Hits: 1036
Procedural Generation Progress 23 February 2016 Written by Chris Hits: 1530
Weekly Update 31 January 2016 Written by Chris Hits: 1182
Boid Updates 21 January 2016 Written by Chris Hits: 1089
UnrealEngine Beaten 18 January 2016 Written by Chris Hits: 1405
Unrealengine 4 'Boids' Implementation in C++ - PT4 - Refactoring! 25 November 2015 Written by Chris Hits: 1641
Unrealengine 4 'Boids' Implementation in C++ - PT3 - Logic Implementation 20 August 2015 Written by Chris Hits: 3360
Unrealengine 4 'Boids' Implementation in C++ - PT2 - Architecture and Data Structures 19 August 2015 Written by Chris Hits: 3410

Page 1 of 2

  • Start
  • Prev
  • 1
  • 2
  • Next
  • End

Subcategories

CashUI

CashGen

CashGen

CashGen is a realtime procedural terrain plugin for UnrealEngine 4. It generates a grid of terrain tiles around any actors that contain a terrain tracking component. Notable features :

  • Easy, modular blueprint noise configuration enabling blending and masking of different noise types
  • Multithreaded generation and now collision cooking, good frame time performance even with large tiles.
  • Pooled/static mesh data allocation
  • Works in multiplayer
  • Some experimental features like hydraulic erosion as and when I mess around with them.

Source - GitHub 

Sample Project - GitHub

Note that if you want a complete no-messing setup experience of the sample project, make sure you clone the CashDemo repo (rather than downloading the zip), as the plugins are configured as submodules and the Github zip downloader doesn't include dependencies.

UnrealEngine Forums Thread

This is a brief tutorial video covering the configuration of the sample project. Excuse the terrible audio quality, I just don't have spare time at the moment to edit and dub the videos properly. Below is a small selection of demo videos showing the plugin during various phases of development.