Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FPostProcessSettingsCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void LerpAll
(
const FPostProcessSettingsCollection& ToCollection, |
Interpolates the post-process settings towards the values in the given other collection. | Core/PostProcessSettingsCollection.h | |
void LerpAll
(
const FPostProcessSettings& ToPostProcessSettings, |
Core/PostProcessSettingsCollection.h |
LerpAll(const FPostProcessSettingsCollection &, float)
Description
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.
| Name | LerpAll |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/PostProcessSettingsCollection.h |
| Include Path | #include "Core/PostProcessSettingsCollection.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Core/PostProcessSettingsCollection.cpp |
void LerpAll
(
const FPostProcessSettingsCollection & ToCollection,
float BlendFactor
)
LerpAll(const FPostProcessSettings &, float)
| Name | LerpAll |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/PostProcessSettingsCollection.h |
| Include Path | #include "Core/PostProcessSettingsCollection.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Core/PostProcessSettingsCollection.cpp |
void LerpAll
(
const FPostProcessSettings & ToPostProcessSettings,
float BlendFactor
)