Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core > API/Plugins/GameplayCameras/Core/FPostProcessSettingsCollection > API/Plugins/GameplayCameras/Core/FPostProcessSettingsCollection/LerpAll
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 LerpAll
(
const FPostProcessSettingsCollection & ToCollection,
float BlendFactor
)
Remarks
Interpolates the post-process settings towards the values in the given other collection. All values are interpolated if either post-process settings have the bOverride_Xxx flag set. This means that some values will interpolate to and/or from default values.