Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMinimalViewInfo
Description
Combines this view with another one which will be weighted. Equals to this += OtherView * Weight.
| Name | AddWeightedViewInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraTypes.h |
| Include Path | #include "Camera/CameraTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Camera/CameraStackTypes.cpp |
void AddWeightedViewInfo
(
const FMinimalViewInfo & OtherView,
const float & Weight
)