Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core > API/Plugins/GameplayCameras/Core/FPostProcessSettingsCollection > API/Plugins/GameplayCameras/Core/FPostProcessSettingsCollection/LerpChanged
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/PostProcessSettingsCollection.h |
| Include | #include "Core/PostProcessSettingsCollection.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Core/PostProcessSettingsCollection.cpp |
void LerpChanged
(
const FPostProcessSettingsCollection & ToCollection,
float BlendFactor
)
Remarks
Interpolates the post-process settings towards the values in the given other collection. Only values from the other collection that have their bOverride_Xxx set to true will be interpolated. If the current value isn't overriden, it will interpolate from the default value. All affected values will get their bOverride_Xxx flag set.