Hi all,
Im fairly new to this but been experimenting with world building, texture blueprints and such. I wondered if there was a way to control a vehicle, or static mesh, using a text based commands rather than a controller. I’d want something where a user could type something like the following to move the object.
you can capture text in a widget then you could use a switch on string to decide the actions, but you’d need something to parse and validate the string first
im not sure off the top of my head if there is a text to float for the numbers but shouldnt be too hard