Navigation
Unreal Engine C++ API Reference > Runtime > SlateRHIRenderer > FX
Inheritance Hierarchy
- UObject
- USlateRHIPostBufferProcessor
- USlatePostBufferBlur
References
Module | SlateRHIRenderer |
Header | /Engine/Source/Runtime/SlateRHIRenderer/Public/FX/SlatePostBufferBlur.h |
Include | #include "FX/SlatePostBufferBlur.h" |
Syntax
UCLASS (Abstract, Blueprintable, CollapseCategories)
class USlatePostBufferBlur : public USlateRHIPostBufferProcessor
Remarks
Slate Post Buffer Processor that performs a simple gaussian blur to the backbuffer
Create a new asset deriving from this class to use / modify settings.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
float | GaussianBlurStrength |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Overridden from USlateRHIPostBufferProcessor
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TSharedPtr< FSlateRHIPostBufferProcessorProxy > | Gets proxy for this post buffer processor, for execution on the renderthread |