FPostProcessSettings::AddBlendable

Adds an Blendable (implements [IBlendableInterface](API\Runtime\Engine\Engine\IBlendableInterface)) to the array of Blendables (if it doesn't exist) and update the weight

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/Scene.h"

Syntax

void AddBlendable
(
    TScriptInterface< IBlendableInterface > InBlendableObject,
    float InWeight
)

Remarks

Adds an Blendable (implements IBlendableInterface) to the array of Blendables (if it doesn't exist) and update the weight

Parameters

Parameter

Description

InBlendableObject

silently ignores if no object is referenced

0..1

InWeight, values outside of the range get clampled later in the pipeline

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