Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCameraComponent
Description
Stores a given PP and weight to be later applied when the final PP is computed. Used for things like in-editor camera animation preview.
| Name | AddExtraPostProcessBlend |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraComponent.h |
| Include Path | #include "Camera/CameraComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Camera/CameraComponent.cpp |
void AddExtraPostProcessBlend
(
FPostProcessSettings const & PPSettings,
float PPBlendWeight
)