Resize Actor to Specific Dimensions

How do I resize an actor to a specific dimension?

There’s a node called Set Actor Scale 3D which takes a vector3 input. Or you can use a Make Transform node and set the scale there.

Can I set the actor to 100x100x200 units? Not necessarily scale it up or down but set it to an exact dimension?