Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Camera > FMinimalViewInfo
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 |
void AddWeightedViewInfo
&40;
const FMinimalViewInfo & OtherView,
const float & Weight
&41;
Remarks
Combines this view with another one which will be weighted. Equals to this += OtherView * Weight.