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

Engine.TextureRenderTarget2D

Extends
TextureRenderTarget
Modifiers
native hidecategories ( Object ) hidecategories ( Texture )

TextureRenderTarget2D 2D render target texture resource. This can be used as a target for rendering as well as rendered as a regular 2D texture resource. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

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

Direct Known Subclasses:

ScriptedTexture

Variables Summary
LinearColorClearColor
EPixelFormatFormat
TextureRenderTarget2D
TextureAddressAddressX
TextureAddressAddressY
intSizeX
intSizeY
Inherited Variables from Engine.TextureRenderTarget
bNeedsTwoCopies, bRenderOnce, bUpdateImmediate
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
functionTextureRenderTarget2D Create (int InSizeX, int InSizeY, optional EPixelFormat InFormat = PF_A8R8G8B8, optional LinearColor InClearColor, optional bool bOnlyRenderOnce)


Variables Detail

ClearColor Source code

var const LinearColor ClearColor;
the color the texture is cleared to

Format Source code

var const EPixelFormat Format;
The format of the texture data.

TextureRenderTarget2D

AddressX Source code

var(TextureRenderTarget2D) TextureAddress AddressX;
The addressing mode to use for the X axis.

AddressY Source code

var(TextureRenderTarget2D) TextureAddress AddressY;
The addressing mode to use for the Y axis.

SizeX Source code

var(TextureRenderTarget2D) const int SizeX;
The width of the texture.

SizeY Source code

var(TextureRenderTarget2D) const int SizeY;
The height of the texture.


Functions Detail

Create Source code

static native noexport final function TextureRenderTarget2D Create ( int InSizeX, int InSizeY, optional EPixelFormat InFormat = PF_A8R8G8B8, optional LinearColor InClearColor, optional bool bOnlyRenderOnce )
creates and initializes a new TextureRenderTarget2D with the requested settings


Defaultproperties

defaultproperties
{
   Format=PF_A8R8G8B8
   ClearColor=(R=0.000000,G=1.000000,B=0.000000,A=1.000000)
   Name="Default__TextureRenderTarget2D"
   ObjectArchetype=TextureRenderTarget'Engine.Default__TextureRenderTarget'
}

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