I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:FogVolumeConeDensityComponent (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> Component >> ActorComponent >> FogVolumeDensityComponent >> FogVolumeConeDensityComponent

Contents

Package: 
Engine
This class in other games:
UDK

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

[edit] Properties

[edit] Property group 'FogVolumeConeDensityComponent'

[edit] ConeAxis

Type: Object.Vector

Modifiers: const, interp

Direction of the cone

Default value:

Member Value
X 0.0
Y 0.0
Z -1.0

[edit] ConeMaxAngle

Type: float

Modifiers: const, interp

Angle from the axis that limits the cone's volume

Default value: 30.0

[edit] ConeRadius

Type: float

Modifiers: const, interp

The cone's radius.

Default value: 600.0

[edit] ConeVertex

Type: Object.Vector

Modifiers: const, interp

The cone's vertex in world space.

[edit] MaxDensity

Type: float

Modifiers: const, interp

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

Default value: 0.0020

[edit] Internal variables

[edit] PreviewCone

Type: DrawLightConeComponent

Modifiers: const

A preview component for visualizing the cone in the editor.