APlayerCameraManager::SetDesiredColorScale

Sets the new desired color scale, enables color scaling, and enables color scale interpolation.

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

virtual void SetDesiredColorScale
(
    FVector NewColorScale,
    float InterpTime
)

Remarks

Sets the new desired color scale, enables color scaling, and enables color scale interpolation.

Parameters

Parameter

Description

NewColorScale

new color scale to use

InterpTime

duration of the interpolation from old to new, in seconds.

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