Navigation
API > API/Plugins > API/Plugins/DatasmithFBXTranslator
| Name | ETextureRepeatMode |
| Type | enum |
| Header File | /Engine/Plugins/Enterprise/DatasmithFBXImporter/Source/DatasmithFBXTranslator/Public/DatasmithFBXScene.h |
| Include Path | #include "DatasmithFBXScene.h" |
Syntax
enum ETextureRepeatMode
{
Repeat = 0,
Mirror = 9,
Decal = 18,
Clamp = 27,
}
Values
| Name | Remarks |
|---|---|
| Repeat | These match VRED codes. |
| Mirror | |
| Decal | |
| Clamp |