I created a cracked ice effect in Unreal Engine 4 using a parallax effect to simulate realistic cracked ice surface details.
The effect requires sampling with a for loop, so I used a custom node in the Material Editor to write HLSL code, allowing for more control and optimization compared to using standard nodes alone.