Navigation
API > API/Plugins > API/Plugins/Composure
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UComposurePostProcessPass
- UComposureLensBloomPass
References
| Module | Composure |
| Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/ComposureLensBloomPass.h |
| Include | #include "ComposureLensBloomPass.h" |
Syntax
UCLASS&40;HideCategories&61;&40;Collision, Object, Physics, SceneComponent, Transform&41;,
ClassGroup&61;"Composure", EditInlineNew, Meta&61;&40;BlueprintSpawnableComponent&41;&41;
class UComposureLensBloomPass : public UComposurePostProcessPass
Remarks
Bloom only pass implemented on top of the in-engine bloom.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLensBloomSettings | Settings | Bloom settings. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UComposureLensBloomPass
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Blurs the input into the output. | ||
| void | SetTonemapperReplacingMaterial
(
UMaterialInstanceDynamic* Material |
Sets a custom tonemapper replacing material instance. |