UVirtualCameraCineCameraComponent::AddBlendableToCamera

Adds a blendable object to the camera's post process settings.

Windows
MacOS
Linux

References

Module

VirtualCamera

Header

/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/VirtualCameraCineCameraComponent.h

Include

#include "VirtualCameraCineCameraComponent.h"

Source

/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Private/VirtualCameraCineCameraComponent.cpp

Syntax

void AddBlendableToCamera
(
    const TScriptInterface< IBlendableInterface > BlendableToAdd,
    const float Weight
)

Remarks

Adds a blendable object to the camera's post process settings.

Parameters

Parameter

Description

BlendableToAdd

The blendable that will be added to the post process settings

Weight

The weighting of the blendable's alpha

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