FConvolutionBloomSettings

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Scene.h

Include

#include "Engine/Scene.h"

Syntax

struct FConvolutionBloomSettings

Variables

Name Description

Public variable

float

 

BufferScale

Implicit buffer region as a fraction of the screen size to insure the bloom does not wrap across the screen.

Public variable

FVector2D

 

CenterUV

The UV location of the center of the kernel. Should be very close to (.5,.5)

Public variable

float

 

PreFilterMax

Boost intensity of select pixels prior to computing bloom convolution (Min, Max, Multiplier).

Public variable

float

 

PreFilterMin

Boost intensity of select pixels prior to computing bloom convolution (Min, Max, Multiplier).

Public variable

float

 

PreFilterMult

Boost intensity of select pixels prior to computing bloom convolution (Min, Max, Multiplier).

Public variable

float

 

Size

Relative size of the convolution kernel image compared to the minor axis of the viewport

Public variable

UTexture2D *...

 

Texture

Texture to replace default convolution bloom kernel

Constructors

Name Description

Public function

FConvolutionBloomSettings()

Functions

Name Description

Public function Const

void

 

ExportToPostProcessSettings

(
    FPostProcessSettings* OutPostP...
)

Exports to post process settings with overrides.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss