![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PostProcessVolume.h>
Inheritance diagram for APostProcessVolume:Public Member Functions | |
| virtual ENGINE_API void | Serialize (FArchive &Ar) |
| virtual ENGINE_API void | PostInitProperties () override |
| void | AddOrUpdateBlendable (TScriptInterface< IBlendableInterface > InBlendableObject, float InWeight=1.0f) |
Protected Member Functions | |
| virtual ENGINE_API void | PostRegisterAllComponents () override |
| ENGINE_API bool | IsPPVEnabled () const |
PostProcessVolume: a post process settings volume Used to affect post process settings in the game and editor.
|
inline |
Adds an Blendable (implements IBlendableInterface) to the array of Blendables (if it doesn't exist) and update the weight
|
protected |
|
overridevirtual |
|
overrideprotectedvirtual |