I can’t figure out how I could move a object farther away from the cameras forward vector with the mouse wheel. Anytime I add 15 to its forward vector it moves at an angle to the left farther away and up slowly. Please help.
Get the camera forward vector
Get Object World Location
Add Local Offset on Object = Camera Forward Vector * Distance(float)
Try this. might work