Navigation
API > API/Runtime > API/Runtime/DatasmithCore
Texture address mode for textures. Note: Preserve enum order.
| Name | EDatasmithTextureAddress |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h |
| Include Path | #include "DatasmithDefinitions.h" |
Syntax
enum EDatasmithTextureAddress
{
Wrap,
Clamp,
Mirror,
}
Values
| Name | Remarks |
|---|---|
| Wrap | |
| Clamp | |
| Mirror |