UE3 - UT3 Emitters

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Mint92

New Member
Mar 16, 2012
28
0
0
How do I make an emitter to cause damage. Ive sent up a trigger( touch to activate it), and linked it to Cause damage. What needs to be linked to Amount and instigator ?
 

Sjosz

(╯°□°)╯︵ ┻━┻
Dec 31, 2003
3,048
0
36
Edmonton, AB
www.dregsld.com
Have an empty object variable connected to the Touch event's triangular pin, and connect that same empty object variable up to the target for Cause Damage. Instigator could be the emitter itself.
The damage can be a float variable if you want, but you should be able to define that property's value in the Cause Damage action's properties as well.


Alternately, you could sidestep the Touch event and place a physicsvolume where you would receive damage from this emitter, and set up Pain Causing and damage amount in its properties.