I'm a doctor, not a mechanic

UE3:Texture (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> Surface >> Texture

Contents

Package: 
Engine
Direct subclasses:
Texture2DComposite, Texture2D, TextureCube, TextureMovie, TextureRenderTarget
This class in other games:
RTNP, U1, U2, U2XMP, UDK, UE2Runtime, UT, UT2003, UT2004

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

[edit] Properties

[edit] Property group 'Texture'

[edit] bDitherMipMapAlpha

Type: bool

When TRUE, mip-maps are dithered for smooth transitions.

[edit] bPreserveBorderA

Type: bool


[edit] bPreserveBorderB

Type: bool


[edit] bPreserveBorderG

Type: bool


[edit] bPreserveBorderR

Type: bool

If TRUE, the color border pixels are preseved by mipmap generation. One flag per color channel.

[edit] CompressionFullDynamicRange

Type: bool


[edit] CompressionNoAlpha

Type: bool


[edit] CompressionSettings

Type: TextureCompressionSettings


[edit] DeferCompression

Type: bool


[edit] Filter

Type: TextureFilter

The texture filtering mode to use when sampling this texture.

Default value: TF_Linear

[edit] LODBias

Type: int

A bias to the index of the top mip level to use.

[edit] LODGroup

Type: TextureGroup

Texture group this texture belongs to for LOD bias

[edit] NeverStream

Type: bool

Allows artists to specify that a texture should never have its miplevels dropped which is useful for e.g. HUD and menu textures

[edit] SourceFilePath

Type: string

Modifiers: editconst

Path to the resource used to construct this texture

[edit] SourceFileTimestamp

Type: string

Modifiers: editconst

Date/Time-stamp of the file from the last import

[edit] SRGB

Type: bool


Default value: True

[edit] UnpackMax

Type: float

Array size: 4


Default value, index 0: 1.0

Default value, index 1: 1.0

Default value, index 2: 1.0

Default value, index 3: 1.0

[edit] UnpackMin

Type: float

Array size: 4


[edit] Internal variables

[edit] bAsyncResourceReleaseHasBeenStarted

Type: bool

Modifiers: transient, const, private

Whether the async resource release process has already been kicked off or not

[edit] CachedCombinedLODBias

Type: int

Modifiers: transient

Cached combined group and texture LOD bias to use.

[edit] CompressionNoMipmaps

Type: bool


[edit] CompressionNone

Type: bool


[edit] Resource

Type: pointer{FTextureResource}

Modifiers: native, const

The texture's resource.

[edit] RGBE

Type: bool


[edit] SourceArt

Type: Object.UntypedBulkData_Mirror{FByteBulkData}

Modifiers: native, const


[edit] Enums

See Texture enums.

Personal tools