Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/PostProcessSettingsCollection.h |
| Include | #include "Core/PostProcessSettingsCollection.h" |
Syntax
struct FPostProcessSettingsCollection
Remarks
A class that can collect post-process settings, combining them with their associated blend weights.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPostProcessSettings & | Get () |
Gets the effective post-process settings. | |
| const FPostProcessSettings & | Get () |
Gets the effective post-process settings. | |
| bool | Returns whether this collection has any set post-process settings. | ||
| void | LerpAll
(
const FPostProcessSettingsCollection& ToCollection, |
Interpolates the post-process settings towards the values in the given other collection. | |
| void | LerpAll
(
const FPostProcessSettings& ToPostProcessSettings, |
||
| void | LerpChanged
(
const FPostProcessSettingsCollection& ToCollection, |
Interpolates the post-process settings towards the values in the given other collection. | |
| void | LerpChanged
(
const FPostProcessSettings& ToPostProcessSettings, |
||
| void | OverrideAll
(
const FPostProcessSettingsCollection& OtherCollection |
Overwrites the post-process settings in this collection with the values in the other. | |
| void | OverrideChanged
(
const FPostProcessSettingsCollection& OtherCollection |
Overwrites the post-process settings in this collection with any changed values in the other. | |
| void | OverrideChanged
(
const FPostProcessSettings& OtherPostProcessSettings |
||
| void | Reset () |
Resets this collection to the default post-process settings. | |
| void | Serialize
(
FArchive& Ar |
Serializes this collection into the given archive. |