Gah - a solution with more questions. – EntropicLqd

Difference between revisions of "Legacy:SmokeGenerator"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(added some info)
m (+GenerationType: What Effect is generated)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{classbox|[[Legacy:Actor|Actor]] >> [[Legacy:Effects (UT)|Effects (UT)]] >> SmokeGenerator}}
+
{{classbox| [[Legacy:UT|UT]] :: [[Legacy:Actor (UT)|Actor (UT)]] >> [[Legacy:Effects (UT)|Effects (UT)]] >> SmokeGenerator (Package: UnrealShare)}}
  
{{classbox|[[Legacy:Actor|Actor]] >> [[Legacy:Effects (UT)|Effects (UT)]] >> SmokeGenerator >> ShortSmokeGenerator}}
+
{{classbox| [[Legacy:UT|UT]] :: [[Legacy:Actor (UT)|Actor (UT)]] >> [[Legacy:Effects (UT)|Effects (UT)]] >> SmokeGenerator >> ShortSmokeGen (Package: UnrealShare)}}
  
==SmokeGenerator and ShortSmokeGenerator ==
+
A SmokeGenerator does exactly as it's name suggests. It creates smoke. ;) <br />Using them is very easy. You just need to place the SmokeGenerator where you want the smoke to go, adjust the settings and you're good to go. You do will have to trigger the SmokeGenerator before it will start emitting smoke.
  
A SmokeGenerator does exactly as it's name suggests. It creates smoke ;)<br />
+
==Properties==
 +
; float SmokeDelay: The delay between two puffs (smoke).
 +
; float SizeVariance: How much variance in size the puffs (smoke) may have.
 +
; float BasePuffSize: How big the base size is of the puffs (smoke).
 +
; int TotalNumPuffs: How many puffs does it have to emit, before it stops.
 +
; float RisingVelocity: How fast do the puffs go up.
 +
; class<[[Legacy:Effects (UT)|Effects (UT)]]> GenerationType: What Effect is generated. (Default: Class'UnrealShare.SpriteSmokePuff')
 +
; bool bRepeating: Can be retriggered after the amount of smoke specified in TotalNumPuffs was generated.
  
Using them is very easy. You just need to place the SmokeGenerator where you want the smoke to go, adjust the settings and you're good to go. You do will have to trigger the SmokeGenerator before it will start emitting smoke. Remember that.
+
[[Category:Legacy Class (UT)|{{PAGENAME}}]]
 
+
==Properties ==
+
; SmokeDelay  : The delay between two puffs (smoke).
+
; SizeVariance  : How much variance in size the puffs (smoke) may have.
+
; BasePuffSize  : How big the base size is of the puffs (smoke).
+
; TotalNumPuffs  : How many puffs does it have to emit, before it stops.
+
; RisingVelocity  : How fast do the puffs go up.
+
; GenerationType  : ??
+
; bRepeating  : ??
+

Revision as of 01:02, 24 January 2015

UT :: Actor (UT) >> Effects (UT) >> SmokeGenerator (Package: UnrealShare)
UT :: Actor (UT) >> Effects (UT) >> SmokeGenerator >> ShortSmokeGen (Package: UnrealShare)

A SmokeGenerator does exactly as it's name suggests. It creates smoke. ;)
Using them is very easy. You just need to place the SmokeGenerator where you want the smoke to go, adjust the settings and you're good to go. You do will have to trigger the SmokeGenerator before it will start emitting smoke.

Properties

float SmokeDelay
The delay between two puffs (smoke).
float SizeVariance
How much variance in size the puffs (smoke) may have.
float BasePuffSize
How big the base size is of the puffs (smoke).
int TotalNumPuffs
How many puffs does it have to emit, before it stops.
float RisingVelocity
How fast do the puffs go up.
class<Effects (UT)> GenerationType
What Effect is generated. (Default: Class'UnrealShare.SpriteSmokePuff')
bool bRepeating
Can be retriggered after the amount of smoke specified in TotalNumPuffs was generated.