Ingame Painting possible? (Touch?)

Hey guys,

is there any way to have some sort of UI, that allows my player to paint on it? (Like with a brush/pen or something like that?)
I would like to use this on android/iPhones, so if that worked with touch it would be even better. I guess I’d have to use some workaround at the moment though, right? (2D-Plane with Dynamic Materials? Does that even work on mobile? :/)

I’d be glad to read your ideas :slight_smile:

Thanks in advance!

Would also like to know this.

Like to know aswell.

I also would love to know.

The editor has a mesh painting tool that modifies vertex colours.

https://docs.unrealengine.com/latest/INT/Engine/UI/LevelEditor/Modes/MeshPaintMode/VertexColor/PaintingOnMeshes/index.html

You could dig through the source code and see how that’s done.

To modify the texture directly, I’m not too sure without doing research :slight_smile: