How can I make text appear written in the ground with Text Renderer/any other method.

I’m interested in developed a mechanic for my game in which the player can write a custom message into the ground and it will appear as if the message was engraved onto the earth. I’m kind of new to unreal engine and I would appreciate any feedback or help as to how I can accomplish this goal.

Id make an actor with a text render component and set it’s z location to the height of terrain, you’ll need to setup a material/font to be used to give give the engraved effect