UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPostBufferBlurUpdaterProxy Class Reference

#include <PostBufferBlurUpdater.h>

+ Inheritance diagram for FPostBufferBlurUpdaterProxy:

Public Member Functions

virtual void UpdateProcessor_RenderThread (TSharedPtr< FSlateRHIPostBufferProcessorProxy >) const override
 
- Public Member Functions inherited from FSlatePostProcessorUpdaterProxy
virtual ~FSlatePostProcessorUpdaterProxy ()
 
- Public Member Functions inherited from TSharedFromThis< FSlatePostProcessorUpdaterProxy >
TSharedRef< FSlatePostProcessorUpdaterProxy, Mode > AsShared ()
 
TSharedRef< FSlatePostProcessorUpdaterProxy const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< FSlatePostProcessorUpdaterProxy, Mode > AsWeak ()
 
TWeakPtr< FSlatePostProcessorUpdaterProxy const, Mode > AsWeak () const
 
TWeakPtr< SubobjectType, Mode > AsWeakSubobject (SubobjectType *SubobjectPtr) const
 
void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const
 
void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const
 
UE_FORCEINLINE_HINT bool DoesSharedInstanceExist () const
 

Public Attributes

float GaussianBlurStrength_RenderThread = 10
 

Additional Inherited Members

- Protected Member Functions inherited from TSharedFromThis< FSlatePostProcessorUpdaterProxy >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Static Protected Member Functions inherited from TSharedFromThis< FSlatePostProcessorUpdaterProxy >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Detailed Description

Renderthread proxy for the blur processor updater

Member Function Documentation

◆ UpdateProcessor_RenderThread()

void FPostBufferBlurUpdaterProxy::UpdateProcessor_RenderThread ( TSharedPtr< FSlateRHIPostBufferProcessorProxy InProcessor) const
overridevirtual

Member Data Documentation

◆ GaussianBlurStrength_RenderThread

float FPostBufferBlurUpdaterProxy::GaussianBlurStrength_RenderThread = 10

Blur strength that will be copied over to the processor mid-frame


The documentation for this class was generated from the following files: