I'm a doctor, not a mechanic

UE3:FogVolumeDensityInfo (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Actor >> Info >> FogVolumeDensityInfo
Package: 
Engine
Direct subclasses:
FogVolumeConeDensityInfo, FogVolumeConstantDensityInfo, FogVolumeLinearHalfspaceDensityInfo, FogVolumeSphericalDensityInfo
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'FogVolumeDensityInfo'[edit]

DensityComponent[edit]

Type: FogVolumeDensityComponent

Modifiers: const

The fog component which stores data specific to each density function.

Internal variables[edit]

bEnabled[edit]

Type: bool

Modifiers: repnotify

replicated copy of HeightFogComponent's bEnabled property

Default values[edit]

Property Value
bNoDelete True
CollisionType COLLIDE_CustomDefault

Subobjects[edit]

Sprite[edit]

Class: Engine.SpriteComponent

Inherits from: Info.Sprite

No new values.

Functions[edit]

Events[edit]

PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


ReplicatedEvent[edit]

simulated event ReplicatedEvent (name VarName)

Overrides: Actor.ReplicatedEvent


Other instance functions[edit]

OnToggle[edit]

simulated function OnToggle (SeqAct_Toggle action)