Gah - a solution with more questions. – EntropicLqd

UE3:PostProcessEffect (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> PostProcessEffect
Package: 
Engine
Direct subclasses:
BloomEffect, DOFEffect, MaterialEffect, MotionBlurEffect
This class in other games:
UDK

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

A PostProcessEffect operates on an input render target and writes to an output target These effects can be chained together in a PostProcessChain Derive your own effects from this class

Properties

Property group 'PostProcessEffect'

bShowInEditor

Type: bool

Whether to apply the effect in the Editor

Default value: True

bShowInGame

Type: bool

Whether to apply the effect in the Game

Default value: True

bUseWorldSettings

Type: bool

Controls whether the effect should take its settings from the world's post process settings.

EffectName

Type: name

Name of the effect, used by e.g. FindEffectByName

SceneDPG

Type: Scene.ESceneDepthPriorityGroup

controls which scene DPG to render this post-process effect in (mirrors ESceneDepthPriorityGroup)

Default value: SDPG_PostProcess

Internal variables

DrawHeight

Type: int


DrawWidth

Type: int


InDrawY

Type: int


NodePosX

Type: int


NodePosY

Type: int

Variables for post process Editor support

OutDrawY

Type: int