| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Material
|
+-- Engine.RenderedMaterial
|
+-- Engine.BitmapMaterial
|
+-- Engine.ShadowBitmapMaterial
| Variables Summary | |
|---|---|
| bool | bBlobShadow |
| BitmapMaterial | BlobShadow |
| float | CullDistance |
| bool | Dirty |
| bool | Invalid |
| vector | LightDirection |
| float | LightDistance |
| float | LightFOV |
| Actor | ShadowActor |
| byte | ShadowDarkness |
| int | TextureInterfaces[2] |
| Inherited Variables from Engine.BitmapMaterial |
|---|
| Format, UBits, UClamp, UClampMode, USize, VBits, VClamp, VClampMode, VSize |
| Enumerations Summary |
|---|
| Inherited Enumerations from Engine.BitmapMaterial |
|---|
| ETexClampMode, ETextureFormat |
| Functions Summary | ||
|---|---|---|
![]() | vector | GetShadowLocation () |
![]() | SetResolution (INT Resolution) | |
| Inherited Functions from Engine.BitmapMaterial |
|---|
| GetUSize, GetVSize |
| Variables Detail |
|---|
| Functions Detail |
|---|
GetShadowLocation Source code
SetResolution Source code| Defaultproperties |
|---|
defaultproperties
{
Format=TEXF_RGBA8
UClampMode=TC_Clamp
VClampMode=TC_Clamp
USize=128
VSize=128
UClamp=128
VClamp=128
UBits=7
VBits=7
Dirty=True
Invalid=False
BlobShadow=Texture'Engine_res.BlobTexture'
ShadowDarkness=255
MaterialType = MT_ShadowBitmapMaterial
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||