Always snap to grid

UE3:FogVolumeSphericalDensityComponent (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

Package: 
Engine
This class in other games:
UDK

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

[edit] Properties

[edit] Property group 'FogVolumeSphericalDensityComponent'

[edit] 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

[edit] SphereCenter

Type: Object.Vector

Modifiers: const, interp

The sphere's center in world space.

[edit] SphereRadius

Type: float

Modifiers: const, interp

The sphere's radius.

Default value: 600.0

[edit] Internal variables

[edit] PreviewSphereRadius

Type: DrawLightRadiusComponent

Modifiers: const

A preview component for visualizing the sphere in the editor.