FMinimalViewInfo::AddWeightedViewInfo

Combines this view with another one which will be weighted.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Camera/CameraTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/Camera/CameraStackTypes.cpp

Syntax

void AddWeightedViewInfo
(
    const FMinimalViewInfo & OtherView,
    const float & Weight
)

Remarks

Combines this view with another one which will be weighted. Equals to this += OtherView * Weight.

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