Navigation
API > API/Runtime > API/Runtime/Core
Redeclared in KismetTextLibrary for meta-data extraction purposes, be sure to update there as well
| Name | EMemoryUnitStandard |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
Syntax
enum EMemoryUnitStandard
{
IEC,
SI,
}
Values
| Name | Remarks |
|---|---|
| IEC | International Electrotechnical Commission (MiB) 1024-based |
| SI | International System of Units 1000-based |