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