Home Unreal Engine

K Actor Disable Bounce and fall speed

polycounter lvl 10
Offline / Send Message
tuxmask75 polycounter lvl 10
Currently i have a Kactor that drops on level start up,
No mater what I do, I can not disable the bounce when it hits the ground.
I have attempted to add a Physics material with a restitution of 0 and it still bounces.
I'm wondering if there's something else I'm missing.

Also does anyone know how to make the object fall faster? it needs to fall at a certion speed. ( fast speed and not bounce at all)

Replies

  • tuxmask75
    Options
    Offline / Send Message
    tuxmask75 polycounter lvl 10
    Hey guys, found a way to change the velocity settings for k-actors, using a Set Velocity nod in kismet,( not sure if this is the only way)

    Also, I'm still stuck on disabling any bounce for falling objects when they hit the ground.
    anyone know how to disable that little bastard??
  • Froyok
    Options
    Offline / Send Message
    Froyok greentooth
    You can change the mass of the object normally in the properties of your kActor. Heavier kActor means less rebounds. Unfortunately, if you only want to remove the rebound you will need to set this mass propriety to default by kismet after the drop.
Sign In or Register to comment.