UE3:FogVolumeConeDensityComponent (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
UDK Object >> Component >> ActorComponent >> FogVolumeDensityComponent >> FogVolumeConeDensityComponent
Package:
Engine
This class in other games:


Properties

Property group 'FogVolumeConeDensityComponent'

ConeAxis

Type: Object.Vector

Modifiers: interp

Direction of the cone

Default value:

Member Value
X 0.0
Y 0.0
Z -1.0

ConeMaxAngle

Type: float

Modifiers: interp

Angle from the axis that limits the cone's volume

Default value: 30.0

ConeRadius

Type: float

Modifiers: interp

The cone's radius.

Default value: 600.0

ConeVertex

Type: Object.Vector

Modifiers: interp

The cone's vertex in world space.

MaxDensity

Type: float

Modifiers: interp

This is the density at the center of the cone, which will be the maximum.

Default value: 0.0020

Internal variables

PreviewCone

Type: DrawLightConeComponent

Modifiers: const

A preview component for visualizing the cone in the editor.