You can use the “Set Actor Scale” node in Blueprint to scale a character based on mouse position. You would first get the mouse position, then use that value to calculate the desired scale, and finally set the actor scale using the “Set Actor Scale” node. The exact implementation will vary based on the specific requirements and desired behaviour of your scene.
Can you provide sample code?