Navigation
API > API/Runtime > API/Runtime/RHICore
Status of the Async pool allocation.
| Name | ERHIPoolAllocationStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHICore/Public/RHIPoolAllocator.h |
| Include Path | #include "RHIPoolAllocator.h" |
Syntax
enum ERHIPoolAllocationStatus
{
Idle,
Allocating,
ShutDown,
Count,
}
Values
| Name | Remarks |
|---|---|
| Idle | |
| Allocating | |
| ShutDown | |
| Count |