I'm a doctor, not a mechanic
UE1:FatnessTrigger (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents |
| This is an auto-generated page and may need human attention. Please remove this 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.
[edit] Properties
[edit] Property group 'FatnessTrigger'
[edit] ChangeTime
Type: float
How long does the change take?
[edit] EndFatness
Type: int
The final fatness of the object
[edit] FatTag
Type: name
Tag of object to recieve Fattening/UnFattening
[edit] StartFatness
Type: int
The initial fatness of the object
[edit] Internal variables
[edit] FatActor
Type: Actor
[edit] TimePassed
Type: float
[edit] Events
[edit] BeginPlay
event BeginPlay ()
Overrides: Actor.BeginPlay
[edit] Tick
event Tick (float DeltaTime)
Overrides: Actor.Tick
[edit] Trigger
Overrides: Actor.Trigger
