Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.TextureRenderTarget

Extends
Texture
Modifiers
native abstract

TextureRenderTarget Base for all render target texture resources Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.Surface
   |   
   +-- Engine.Texture
      |   
      +-- Engine.TextureRenderTarget

Direct Known Subclasses:

TextureRenderTarget2D, TextureRenderTargetCube

Variables Summary
boolbUpdateImmediate
TextureRenderTarget
boolbNeedsTwoCopies
boolbRenderOnce
Inherited Variables from Engine.Texture
bAsyncResourceReleaseHasBeenStarted, bDitherMipMapAlpha, bPreserveBorderA, bPreserveBorderB, bPreserveBorderG, bPreserveBorderR, CachedCombinedLODBias, CompressionFullDynamicRange, CompressionNoAlpha, CompressionNoMipmaps, CompressionNone, CompressionSettings, DeferCompression, Filter, LODBias, LODGroup, NeverStream, Resource, RGBE, SourceArt, SourceFilePath, SourceFileTimestamp, SRGB, UnpackMax[4], UnpackMin[4]

Enumerations Summary
Inherited Enumerations from Engine.Texture
EPixelFormat, TextureAddress, TextureCompressionSettings, TextureFilter, TextureGroup

Functions Summary
Inherited Functions from Engine.Surface
GetSurfaceHeight, GetSurfaceWidth


Variables Detail

bUpdateImmediate Source code

var transient bool bUpdateImmediate;
If true, initialise immediately instead of allowing deferred update.

TextureRenderTarget

bNeedsTwoCopies Source code

var(TextureRenderTarget) bool bNeedsTwoCopies;
If true, there will be two copies in memory - one for the texture and one for the render target. If false, they will share memory if possible. This is useful for scene capture textures that are used in the scene.

bRenderOnce Source code

var(TextureRenderTarget) bool bRenderOnce;
If true, the render target will only be written to one time


Defaultproperties

defaultproperties
{
   bNeedsTwoCopies=True
   CompressionNone=True
   NeverStream=True
   LODGroup=TEXTUREGROUP_RenderTarget
   Name="Default__TextureRenderTarget"
   ObjectArchetype=Texture'Engine.Default__Texture'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:45.582 - Created with UnCodeX