Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
Inheritance Hierarchy
- UObject
- USlatePostBufferProcessorUpdater
- UPostBufferBlurUpdater
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/PostBufferBlurUpdater.h |
| Include | #include "Components/PostBufferBlurUpdater.h" |
Syntax
UCLASS (NotBlueprintable, MinimalAPI)
class UPostBufferBlurUpdater : public USlatePostBufferProcessorUpdater
Remarks
Processor updater that sets the blur strength for a blur processor intra-frame on the renderthread
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | GaussianBlurStrength |
Overridden from USlatePostBufferProcessorUpdater
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FSlatePostProcessorUpdaterProxy > |