Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:ShadowMap2D (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 >> ShadowMap2D
Package: 
Engine
This class in other games:
UT3


Properties[edit]

bIsShadowFactorTexture[edit]

Type: bool

Modifiers: private, const

Indicates whether the texture contains shadow factors (0 for shadowed, 1 for unshadowed) or signed distance field values.

Default value: True

Component[edit]

Type: InstancedStaticMeshComponent

Modifiers: private, transient

Optional instanced mesh component this shadowmap is used with

CoordinateBias[edit]

Type: Object.Vector2D

Modifiers: private, const

The bias which is applied to the shadow-map coordinates before sampling the shadow-map textures.

CoordinateScale[edit]

Type: Object.Vector2D

Modifiers: private, const

The scale which is applied to the shadow-map coordinates before sampling the shadow-map textures.

InstanceIndex[edit]

Type: int

Modifiers: private, transient

Optional instance index this shadowmap is used with. If this is non-zero, this shadowmap object is temporary

LightGuid[edit]

Type: Object.Guid

Modifiers: private, const

The GUID of the light which this shadow-map is for.

Texture[edit]

Type: ShadowMapTexture2D

Modifiers: private, const

The texture which contains the shadow-map data.