Navigation
API > API/Plugins > API/Plugins/Composite
Applies SMAA anti-aliasing to the layer input. Primarily intended for CG or motion-graphics layers rendered through a custom render pass.
| Name | UCompositePassSMAA |
| Type | class |
| Header File | /Engine/Plugins/Compositing/Composite/Source/Composite/Public/Passes/CompositePassSMAA.h |
| Include Path | #include "Passes/CompositePassSMAA.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Blueprintable, EditInlineNew, CollapseCategories,
Meta=(DisplayName="SMAA"))
class UCompositePassSMAA : public UCompositePassBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCompositePassBase → UCompositePassSMAA
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCompositePassSMAA
(
const FObjectInitializer& ObjectInitializer |
Constructor | Passes/CompositePassSMAA.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~UCompositePassSMAA() |
Destructor | Passes/CompositePassSMAA.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDisplayTransform | bool | Apply a display transform (tonemap + gamma encode) before AA and invert it after. | Passes/CompositePassSMAA.h |
|
| Quality | int32 | SMAA quality control, matching the "r.SMAA.quality" console variable values. | Passes/CompositePassSMAA.h |
|
Functions
Public
Public Virtual
Overridden from UCompositePassBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FCompositeCorePassProxy * GetProxy
(
const UE::CompositeCore::FPassInputDecl& InputDecl, |
Override to return a render-thread proxy for this pass. | Passes/CompositePassSMAA.h |