The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:FogVolumeSphericalDensityComponent (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Component >> ActorComponent >> FogVolumeDensityComponent >> FogVolumeSphericalDensityComponent
Package: 
Engine
This class in other games:
UDK

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

Properties

Property group 'FogVolumeSphericalDensityComponent'

MaxDensity

Type: float

Modifiers: const, interp

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

Default value: 0.0020

SphereCenter

Type: Object.Vector

Modifiers: const, interp

The sphere's center in world space.

SphereRadius

Type: float

Modifiers: const, interp

The sphere's radius.

Default value: 600.0

Internal variables

PreviewSphereRadius

Type: DrawLightRadiusComponent

Modifiers: const

A preview component for visualizing the sphere in the editor.