Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:Texture (UDK)
Contents
- 1 Properties
- 1.1 Property group 'Texture'
- 1.1.1 AdjustBrightness
- 1.1.2 AdjustBrightnessCurve
- 1.1.3 AdjustHue
- 1.1.4 AdjustRGBCurve
- 1.1.5 AdjustSaturation
- 1.1.6 AdjustVibrance
- 1.1.7 bDitherMipMapAlpha
- 1.1.8 bPreserveBorderA
- 1.1.9 bPreserveBorderB
- 1.1.10 bPreserveBorderG
- 1.1.11 bPreserveBorderR
- 1.1.12 CompressionFullDynamicRange
- 1.1.13 CompressionNoAlpha
- 1.1.14 CompressionSettings
- 1.1.15 DeferCompression
- 1.1.16 Filter
- 1.1.17 LODBias
- 1.1.18 LODGroup
- 1.1.19 NeverStream
- 1.1.20 SourceFilePath
- 1.1.21 SourceFileTimestamp
- 1.1.22 SRGB
- 1.1.23 UnpackMax
- 1.1.24 UnpackMin
- 1.2 Internal variables
- 1.1 Property group 'Texture'
- 2 Enums
- Package:
- Engine
- Direct subclasses:
- Texture2D, Texture2DComposite, Texture2DDynamic, TextureCube, TextureMovie, TextureRenderTarget
- This class in other games:
- RTNP, U1, UT, U2XMP, U2, UE2Runtime, UT2003, UT2004, UT3
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Properties[edit]
Property group 'Texture'[edit]
AdjustBrightness[edit]
Type: float
Modifiers: editoronly
Static texture brightness adjustment (scales HSV value.) (Non-destructive; Requires texture source art to be available.)
Default value: 1.0
AdjustBrightnessCurve[edit]
Type: float
Modifiers: editoronly
Static texture curve adjustment (raises HSV value to the specified power.) (Non-destructive; Requires texture source art to be available.)
Default value: 1.0
AdjustHue[edit]
Type: float
Modifiers: editoronly
Static texture hue adjustment (0 - 360) (offsets HSV hue by value in degrees.) (Non-destructive; Requires texture source art to be available.)
AdjustRGBCurve[edit]
Type: float
Modifiers: editoronly
Static texture RGB curve adjustment (raises linear-space RGB color to the specified power.) (Non-destructive; Requires texture source art to be available.)
Default value: 1.0
AdjustSaturation[edit]
Type: float
Modifiers: editoronly
Static texture saturation adjustment (scales HSV saturation.) (Non-destructive; Requires texture source art to be available.)
Default value: 1.0
AdjustVibrance[edit]
Type: float
Modifiers: editoronly
Static texture "vibrance" adjustment (0 - 1) (HSV saturation algorithm adjustment.) (Non-destructive; Requires texture source art to be available.)
bDitherMipMapAlpha[edit]
Type: bool
When TRUE, the alpha channel of mip-maps and the base image are dithered for smooth LOD transitions.
bPreserveBorderA[edit]
Type: bool
bPreserveBorderB[edit]
Type: bool
bPreserveBorderG[edit]
Type: bool
bPreserveBorderR[edit]
Type: bool
If TRUE, the color border pixels are preseved by mipmap generation. One flag per color channel.
CompressionFullDynamicRange[edit]
Type: bool
CompressionNoAlpha[edit]
Type: bool
CompressionSettings[edit]
Type: TextureCompressionSettings
DeferCompression[edit]
Type: bool
Filter[edit]
Type: TextureFilter
The texture filtering mode to use when sampling this texture.
Default value: TF_Linear
LODBias[edit]
Type: int
A bias to the index of the top mip level to use.
LODGroup[edit]
Type: TextureGroup
Texture group this texture belongs to for LOD bias
NeverStream[edit]
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
SourceFilePath[edit]
Type: string
Modifiers: editconst, editoronly
Path to the resource used to construct this texture
SourceFileTimestamp[edit]
Type: string
Modifiers: editconst, editoronly
Date/Time-stamp of the file from the last import
SRGB[edit]
Type: bool
Default value: True
UnpackMax[edit]
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
UnpackMin[edit]
Type: float
Array size: 4
Internal variables[edit]
bAsyncResourceReleaseHasBeenStarted[edit]
Type: bool
Modifiers: transient, const, private
Whether the async resource release process has already been kicked off or not
bIsSourceArtUncompressed[edit]
Type: bool
Has uncompressed source art?
bNoTiling[edit]
Type: bool
Modifiers: const
If TRUE, the RHI texture will be created using TexCreate_NoTiling
CachedCombinedLODBias[edit]
Type: int
Modifiers: transient
Cached combined group and texture LOD bias to use.
CompressionNoMipmaps[edit]
Type: bool
CompressionNone[edit]
Type: bool
InternalFormatLODBias[edit]
Type: int
Modifiers: const
Internal LOD bias already applied by the texture format (eg TC_NormalMapUncompressed). Used to adjust MinLODMipCount and MaxLODMipCount in CalculateLODBias
LightingGuid[edit]
Type: Object.Guid
Modifiers: private, const, editoronly
Unique ID for this material, used for caching during distributed lighting
Resource[edit]
Type: pointer{FTextureResource}
Modifiers: native, const
The texture's resource.
RGBE[edit]
Type: bool
SourceArt[edit]
Type: Object.UntypedBulkData_Mirror{FByteBulkData}
Modifiers: native, const
Enums[edit]
See Texture enums.