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