Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FPostProcessSettingsCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OverrideChanged
(
const FPostProcessSettingsCollection& OtherCollection |
Overwrites the post-process settings in this collection with any changed values in the other. | Core/PostProcessSettingsCollection.h | |
void OverrideChanged
(
const FPostProcessSettings& OtherPostProcessSettings |
Core/PostProcessSettingsCollection.h |
OverrideChanged(const FPostProcessSettingsCollection &)
Description
Overwrites the post-process settings in this collection with any changed values in the other. Changed values are those whose bOverride_Xxx flag is true. Functionally equivalent to LerpAll with a blend factor of 100%.
| Name | OverrideChanged |
| 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 OverrideChanged
(
const FPostProcessSettingsCollection & OtherCollection
)
OverrideChanged(const FPostProcessSettings &)
| Name | OverrideChanged |
| 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 OverrideChanged
(
const FPostProcessSettings & OtherPostProcessSettings
)