I'm a doctor, not a mechanic

UE3:DOFAndBloomEffect (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> PostProcessEffect >> DOFEffect >> DOFAndBloomEffect
Package: 
Engine
Direct subclass:
DOFBloomMotionBlurEffect
This class in other games:
UT3

Depth of Field post process effect

Properties

Property group 'DOFAndBloomEffect'

bEnableReferenceDOF

Type: bool

Whether the reference Depth of Field effect is enabled, requires BlurKernelSize to be 0 (very slow, might not be maintained, not for production, does not work with ShaderModel2.0)

bEnableSeparateBloom

Type: bool

Whether Bloom and DOF should be processed independently pass (slower, more memory, does not work with ShaderModel2.0)

BloomScale

Type: float

A scale applied to blooming colors.

Default value: 1.0

BlurBloomKernelSize

Type: float

the size of the bloom, only if EnableSeparateBloom in the post process node is checked, otherwise BlurKernelSize is used

Default value: 16.0

SceneMultiplier

Type: float

A multiplier applied to all reads of scene color.

Default value: 1.0

Default values

Property Value
BlurKernelSize 16.0