Defining Custom Material Nodes with C++ and HLSL
Ever wonder how you can create your own custom material expression nodes in Unreal? Not material functions, but the actual green-border material expression n...
An archive of my game development/tech art work. If you want to reach me, please use Linkedin or Bluesky.
Ever wonder how you can create your own custom material expression nodes in Unreal? Not material functions, but the actual green-border material expression n...
If you have spent any time using Unreal Engine’s Procedural Content Generation (PCG) system, you may have noticed that the difference node doesn’t always qui...
Here’s a quick trick for when you have two objects in maya and you want them to move towards each other by exactly the same distance:
Ever wonder how to set a custom actor billboard from C++? Here’s a step by step guide.
When using the Unreal Engine landscape material system, each landscape layer must be associated with a corresponding “LayerInfo” data asset (you can read mor...