How to resize a volume with Unrealscript?

I’m trying to create ladders that can placed at runtime. I see there is a ladderVolume class, which seems to work fine in the editor.

It seems easy enough to spawn a dynamic volume with unrealscript, but how can i resize the volume?

Thanks in advance.