PDA

View Full Version : Fetching value from Kismet variable to my WeaponClass



Kauppaneuvos
03-14-2012, 06:33 PM
Hello!
I'm currently working on melee-combat system and I'm stuck now. My problem is that I cant find out how to retrieve variable value from a variable that i've made in kismet.

My kismetcurrently uses keyput-input to change a variable and my FireAmmunition() function decides what animation to use.

How can i acces to my variable that i've made in kismet?

Kauppaneuvos
03-15-2012, 09:05 AM
Fixed post, edited matinee to kismet. Also, shameless bump!

VendorX
03-15-2012, 09:29 AM
Question is: How you can set parameter in Actor from Kismet.
Answer: By SeqAct_ModifyProperty

DennyRocket
03-15-2012, 09:54 AM
Anyways you always can write custom Kistmet nodes with UScript to acces stuff you made in unrealscript.