Navigation
Unreal Engine C++ API Reference > Runtime > SlateRHIRenderer > FX > FSlateRHIPostBufferProcessorProxy
- FSlateRHIPostBufferProcessorProxy::OnUpdateValuesRenderThread()
- FSlatePostBufferBlurProxy::OnUpdateValuesRenderThread()
References
Module | SlateRHIRenderer |
Header | /Engine/Source/Runtime/SlateRHIRenderer/Public/FX/SlateRHIPostBufferProcessor.h |
Include | #include "FX/SlateRHIPostBufferProcessor.h" |
virtual PRAGMA_ENABLE_DEPRECATION_WARNINGS void OnUpdateValuesRenderThread()
Remarks
Called when an post buffer update element is added to a renderbatch, gives proxies a chance to queue updates to their renderthread values based on the UObject processor. These updates should likely be guarded by an 'FRenderCommandFence' to avoid duplicate updates