Hello everyone, I come from UE1 and I thought I'd feel familiar with the UDK..
But surely I must be missing something, The only way to edit defaultproperties is now through Script?
The editor does not rebuild scripts? and has to be restarted?
On to my actual problem,
I'm having problems setting the CollisionHeight of a Cylinder Component.
The GamePawn has this little snippet in the default properties:
For some reason the collisionheight is always 78, and the radius is 34.PHP Code:begin object Class=CylinderComponent Name=CylComponent
CollisionRadius = 30
CollisionHeight = 28
end object
Components.Add(CylComponent)
CylinderComponent = CylComponent
I have tried to set the bounds directly
But I'm still left with a collisionheight of 78.PHP Code:begin object Class=CylinderComponent Name=CylComponent
Bounds = (Origin=(X=0,Y=0,Z=0),
BoxExtent=(X=30.000000,Y=30.000000,Z=28.000000),
SphereRadius=55)
end object
When I start the game and write console command "editactor class=pawn"
Setting the collisionheight works as expected.
So what exactly determines the collisionheight? Thanks.



Reply With Quote
![Send a message via ICQ to Blade[UG]](images/styles/TwistedDark/misc/im_icq.gif)
![Send a message via AIM to Blade[UG]](images/styles/TwistedDark/misc/im_aim.gif)
![Send a message via MSN to Blade[UG]](images/styles/TwistedDark/misc/im_msn.gif)
![Send a message via Yahoo to Blade[UG]](images/styles/TwistedDark/misc/im_yahoo.gif)



Bookmarks