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

Public Member Functions

constexpr FPoolDesc (uint32 InSize, const uint32 InNumAllocs)
 

Public Attributes

const uint32 Size
 
const uint32 NumAllocs
 

Detailed Description

Describes a pool.

Constructor & Destructor Documentation

◆ FPoolDesc()

constexpr FPoolDesc::FPoolDesc ( uint32  InSize,
const uint32  InNumAllocs 
)
inlineconstexpr

Member Data Documentation

◆ NumAllocs

const uint32 FPoolDesc::NumAllocs

Number of allocations in the pool.

◆ Size

const uint32 FPoolDesc::Size

Size of the pool.


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