Cogito, ergo sum
UE1:Drip (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Decoration >> DripGenerator >> Drip |
- Package:
- UnrealShare
- This class in other games:
- RTNP, UT
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. |
Drip.
Properties[edit]
Property group 'Drip'[edit]
DripSound[edit]
Type: Sound
Default value: Sound'UnrealShare.General.Drip1'
Default values[edit]
Property | Value |
---|---|
bCollideWorld | True |
bHidden | False |
CollisionHeight | 0.0 |
CollisionRadius | 0.0 |
DripPause | 0.0 |
DripTexture | None |
DripVariance | 0.0 |
LifeSpan | 5.0 |
Physics | PHYS_Falling |
Skin | Texture'UnrealShare.Jmisc1' |
States[edit]
FallingState[edit]
Modifiers: auto
FallingState.HitWall[edit]
simulated event HitWall (Object.Vector HitNormal, Actor Wall)
Overrides: Actor.HitWall (global)
FallingState.Landed[edit]
event Landed (Object.Vector HitNormal)
Overrides: Decoration.Landed (global)
FallingState.touch[edit]
singular event touch (Actor Other)
Overrides: Actor.Touch (global)