EAllocatorType

Choose your operating system:

Windows

macOS

Linux

References

Module

D3D12RHI

Header

/Engine/Source/Runtime/D3D12RHI/Public/D3D12Resources.h

Include

#include "D3D12Resources.h"

Syntax

enum EAllocatorType
{
    AT_Default,
    AT_SegList,
    AT_Pool,
    AT_Unknown    = 0xff,
}

Values

Name

Description

AT_Default

AT_SegList

AT_Pool

AT_Unknown