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

Difference between revisions of "UE3:StaticLightCollectionActor (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
m (formatting)
 
Line 5: Line 5:
 
| parent3 = Object
 
| parent3 = Object
 
}}
 
}}
{{autogenerated}}
+
This is a special type of actor used as the container for a large number of {{cl|LightComponent}}s on the console.  This
This is a special type of actor used as the container for a large number of LightComponents on the console.  This
+
 
actor is created only during the console cooking process so cannot be placed by designers in the editor.  It replaces
 
actor is created only during the console cooking process so cannot be placed by designers in the editor.  It replaces
 
multiple normal static Light actors in content which has been cooked for the a console platform, becoming the owner for
 
multiple normal static Light actors in content which has been cooked for the a console platform, becoming the owner for
 
those Light's LightComponent.
 
those Light's LightComponent.
 
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
 
  
 
==Properties==
 
==Properties==

Latest revision as of 23:53, 10 August 2009

UT3 Object >> Actor >> Light >> StaticLightCollectionActor
Package: 
Engine
This class in other games:
UDK

This is a special type of actor used as the container for a large number of LightComponents on the console. This actor is created only during the console cooking process so cannot be placed by designers in the editor. It replaces multiple normal static Light actors in content which has been cooked for the a console platform, becoming the owner for those Light's LightComponent.

Properties[edit]

LightComponents[edit]

Type: array<LightComponent>

Modifiers: const

Since the components array is only serialized during make, we need to store the components we contain in a separate array.

MaxLightComponents[edit]

Type: int

Modifiers: config

The maximum number of LightComponents that can be attached to this actor. Once this number has been reached, a new StaticLightCollectionActor will be created.

Default value: 1000

Default values[edit]

Property Value
CollisionType COLLIDE_CustomDefault