I love the smell of UnrealEd crashing in the morning. – tarquin
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
Property group 'FatnessTrigger'
ChangeTime
Type: float
How long does the change take?
EndFatness
Type: int
The final fatness of the object
FatTag
Type: name
Tag of object to recieve Fattening/UnFattening
StartFatness
Type: int
The initial fatness of the object
Internal variables
FatActor
Type: Actor
TimePassed
Type: float
Events
BeginPlay
event BeginPlay ()
Overrides: Actor.BeginPlay
Tick
event Tick (float DeltaTime)
Overrides: Actor.Tick
Trigger
Overrides: Actor.Trigger