Navigation
API > API/Runtime > API/Runtime/DatasmithCore
NoResize: Keep original size NearestPowerOfTwo: resizes to the nearest power of two value (recommended) PreviousPowerOfTwo: it decreases the value to the previous power of two NextPowerOfTwo: it increases the value to the next power of two
| Name | EDSResizeTextureMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithUtils.h |
| Include Path | #include "DatasmithUtils.h" |
Syntax
enum EDSResizeTextureMode
{
NoResize,
NearestPowerOfTwo,
PreviousPowerOfTwo,
NextPowerOfTwo,
}
Values
| Name | Remarks |
|---|---|
| NoResize | |
| NearestPowerOfTwo | |
| PreviousPowerOfTwo | |
| NextPowerOfTwo |