APlayerCameraManager::BlendViewTargets

Internal helper to blend two viewtargets.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Camera/PlayerCameraManager.h

Include

#include "Camera/PlayerCameraManager.h"

Source

/Engine/Source/Runtime/Engine/Private/PlayerCameraManager.cpp

Syntax

FPOV BlendViewTargets
(
    const FTViewTarget & A,
    const FTViewTarget & B,
    float Alpha
)

Remarks

Internal helper to blend two viewtargets.

Parameters

Parameter

Description

A

Source view target

B

destination view target

Alpha

% of blend from A to B.

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