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

Public Member Functions

 FDynamicReadBufferPool ()
 
 ~FDynamicReadBufferPool ()
 

Public Attributes

TIndirectArray< FDynamicAllocReadBufferBuffers
 
FDynamicAllocReadBufferCurrentBuffer
 

Constructor & Destructor Documentation

◆ FDynamicReadBufferPool()

FDynamicReadBufferPool::FDynamicReadBufferPool ( )
inline

Default constructor.

◆ ~FDynamicReadBufferPool()

FDynamicReadBufferPool::~FDynamicReadBufferPool ( )
inline

Destructor.

Member Data Documentation

◆ Buffers

TIndirectArray<FDynamicAllocReadBuffer> FDynamicReadBufferPool::Buffers

List of vertex buffers.

◆ CurrentBuffer

FDynamicAllocReadBuffer* FDynamicReadBufferPool::CurrentBuffer

The current buffer from which allocations are being made.


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