I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:PostProcessChain (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 >> PostProcessChain
Package: 
Engine
This class in other games:
UDK

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

Properties[edit]

Effects[edit]

Type: array<PostProcessEffect>

Post process effects active in this chain. Rendered in order

Instance functions[edit]

FindPostProcessEffect[edit]

final function PostProcessEffect FindPostProcessEffect (name EffectName)

Returns the index of the named post process effect, None if not found.