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/PostBufferUpdate.h |
| Include | #include "Components/PostBufferUpdate.h" |
Syntax
UCLASS (MinimalAPI, Abstract, Blueprintable, EditInlineNew, CollapseCategories)
class USlatePostBufferProcessorUpdater : public UObject
Remarks
Class that can create a FPostParamUpdaterProxy whose lifetime will be managed by the renderthread. This proxy will be given a Post buffer processor to update mid-frame.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSkipBufferUpdate | True implies we will skip the buffer update & only update the processor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FSlatePostProcessorUpdaterProxy > |