Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h |
Include |
#include "DatasmithDefinitions.h" |
enum EDatasmithTextureAddress
{
Wrap,
Clamp,
Mirror,
}
Name |
Description |
---|---|
Wrap |
|
Clamp |
|
Mirror |
Texture address mode for textures.
Preserve enum order.