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

UE3:CullDistanceVolume (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Actor >> Brush >> Volume >> CullDistanceVolume
Package: 
Engine
This class in other games:
UDK

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

Properties

Property group 'CullDistanceVolume'

bEnabled

Type: bool

Whether the volume is currently enabled or not.

Default value: True

CullDistances

Type: array<CullDistanceSizePair>

Array of size and cull distance pairs. The code will calculate the sphere diameter of a primitive's BB and look for a best fit in this array to determine which cull distance to use.

Default value, index 1:

Member Value
Size 10000.0

Default values

Property Value
bCollideActors False
CollisionType COLLIDE_CustomDefault

Subobjects

BrushComponent0

Class: Engine.BrushComponent

Inherits from: Volume.BrushComponent0

Property Value
BlockNonZeroExtent False
CollideActors False

Structs

CullDistanceSizePair

Modifiers: native

Helper structure containing size and cull distance pair.

float Size 
Size to associate with cull distance.
float CullDistance 
Cull distance associated with size.