I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:TextureRenderTarget (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents |
- Package:
- Engine
- Direct subclasses:
- TextureRenderTarget2D, TextureRenderTargetCube
- This class in other games:
- UDK
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
TextureRenderTarget
Base for all render target texture resources
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
[edit] Properties
[edit] Property group 'TextureRenderTarget'
[edit] bNeedsTwoCopies
Type: bool
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.
Default value: True
[edit] bRenderOnce
Type: bool
If true, the render target will only be written to one time
[edit] Internal variables
[edit] bUpdateImmediate
Type: bool
Modifiers: transient
If true, initialise immediately instead of allowing deferred update.
[edit] Default values
| Property | Value |
|---|---|
| CompressionNone | True |
| LODGroup | TEXTUREGROUP_RenderTarget |
| NeverStream | True |
