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

#include <D3D12Adapter.h>

Public Attributes

FD3D12ResourceLocationResourceAllocation
 
uint64 AllocationSize
 
uint32 StackDepth
 
uint64 Stack [MaxStackDepth]
 

Static Public Attributes

static const int32 MaxStackDepth = 30
 

Detailed Description

Information about an allocated resource.

Member Data Documentation

◆ AllocationSize

uint64 FD3D12Adapter::FTrackedAllocationData::AllocationSize

◆ MaxStackDepth

const int32 FD3D12Adapter::FTrackedAllocationData::MaxStackDepth = 30
static

◆ ResourceAllocation

FD3D12ResourceLocation* FD3D12Adapter::FTrackedAllocationData::ResourceAllocation

◆ Stack

uint64 FD3D12Adapter::FTrackedAllocationData::Stack[MaxStackDepth]

◆ StackDepth

uint32 FD3D12Adapter::FTrackedAllocationData::StackDepth

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