Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/PostBufferUpdate.h |
| Include | #include "Components/PostBufferUpdate.h" |
Syntax
USTRUCT ()
struct FSlatePostBufferUpdateInfo
Remarks
Struct containing info needed to update a particular buffer
Variables
| Type | Name | Description | |
|---|---|---|---|
| ESlatePostRT | BufferToUpdate | Buffers that we should update, all of these buffers will be affected by 'bPerformDefaultPostBufferUpdate' if disabled | |
| TObjectPtr< USlatePostBufferProcessorUpdater > | PostParamUpdater | Optional processor updater for buffer, used to update a processor within a frame |