I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:FatnessTrigger (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
FatnessTrigger When triggered, alters the fatness of an actor from one state to another, over a set time interval.
Properties[edit]
Property group 'FatnessTrigger'[edit]
ChangeTime[edit]
Type: float
How long does the change take?
EndFatness[edit]
Type: int
The final fatness of the object
FatTag[edit]
Type: name
Tag of object to recieve Fattening/UnFattening
StartFatness[edit]
Type: int
The initial fatness of the object
Internal variables[edit]
FatActor[edit]
Type: Actor
TimePassed[edit]
Type: float
Events[edit]
BeginPlay[edit]
event BeginPlay ()
Overrides: Actor.BeginPlay
Tick[edit]
event Tick (float DeltaTime)
Overrides: Actor.Tick
Trigger[edit]
Overrides: Actor.Trigger