Navigation
API > API/Runtime > API/Runtime/Core
| Name | EPlatformMemorySizeBucket |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
| Include Path | #include "GenericPlatform/GenericPlatformMemory.h" |
Syntax
enum EPlatformMemorySizeBucket
{
Largest,
Larger,
Default,
Smaller,
Smallest,
Tiniest,
}
Values
| Name | Remarks |
|---|---|
| Largest | Not used with texture LODs (you can't use bigger textures than what is cooked out, which is what Default should map to) |
| Larger | |
| Default | These are used by texture LODs |
| Smaller | |
| Smallest | |
| Tiniest |