UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VulkanRHI::FDeviceMemoryManager::FHeapInfo Struct Reference

#include <VulkanMemory.h>

Public Member Functions

 FHeapInfo ()
 

Public Attributes

VkDeviceSize UsedSize
 
VkDeviceSize PeakSize
 
TArray< FDeviceMemoryAllocation * > Allocations
 

Constructor & Destructor Documentation

◆ FHeapInfo()

VulkanRHI::FDeviceMemoryManager::FHeapInfo::FHeapInfo ( )
inline

Member Data Documentation

◆ Allocations

TArray<FDeviceMemoryAllocation*> VulkanRHI::FDeviceMemoryManager::FHeapInfo::Allocations

◆ PeakSize

VkDeviceSize VulkanRHI::FDeviceMemoryManager::FHeapInfo::PeakSize

◆ UsedSize

VkDeviceSize VulkanRHI::FDeviceMemoryManager::FHeapInfo::UsedSize

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