Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Slate
Inheritance Hierarchy
- TSharedFromThis< FSlatePostProcessorUpdaterProxy >
- FSlatePostProcessorUpdaterProxy
- FPostBufferBlurUpdaterProxy
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Slate/SPostBufferUpdate.h |
| Include | #include "Slate/SPostBufferUpdate.h" |
Syntax
class FSlatePostProcessorUpdaterProxy : public TSharedFromThis< FSlatePostProcessorUpdaterProxy >
Remarks
Class that can update a given Slate post buffer processor via its renderthread proxy.
This proxy is also deleted on the renderthread
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSkipBufferUpdate | True implies we will skip the buffer update & only update the processor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UpdateProcessor_RenderThread
(
TSharedPtr< FSlateRHIPostBufferProcessorProxy > |