UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSlatePostBufferUpdateInfo Struct Reference

#include <PostBufferUpdate.h>

Public Attributes

ESlatePostRT BufferToUpdate = ESlatePostRT::None
 
TObjectPtr< USlatePostBufferProcessorUpdaterPostParamUpdater = nullptr
 

Detailed Description

Struct containing info needed to update a particular buffer

Member Data Documentation

◆ BufferToUpdate

ESlatePostRT FSlatePostBufferUpdateInfo::BufferToUpdate = ESlatePostRT::None

Buffers that we should update, all of these buffers will be affected by 'bPerformDefaultPostBufferUpdate' if disabled

◆ PostParamUpdater

TObjectPtr<USlatePostBufferProcessorUpdater> FSlatePostBufferUpdateInfo::PostParamUpdater = nullptr

Optional processor updater for buffer, used to update a processor within a frame


The documentation for this struct was generated from the following file: