Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:CullDistanceVolume (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> Actor >> Brush >> Volume >> CullDistanceVolume
Package: 
Engine
This class in other games:
UT3


Properties[edit]

Property group 'CullDistanceVolume'[edit]

bEnabled[edit]

Type: bool

Whether the volume is currently enabled or not.

Default value: True

CullDistances[edit]

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

Property Value
bCollideActors False
CollisionType COLLIDE_CustomDefault

Subobjects[edit]

BrushComponent0[edit]

Class: Engine.BrushComponent

Inherits from: Volume.BrushComponent0

Property Value
BlockNonZeroExtent False
CollideActors False
ReplacementPrimitive None

Structs[edit]

CullDistanceSizePair[edit]

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.