Navigation
API > API/Runtime > API/Runtime/DatasmithCore
References
Module | DatasmithCore |
Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithTypes.h |
Include | #include "DatasmithTypes.h" |
Syntax
class FDatasmithTextureSampler
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bCroppedTexture | Flag to enable UV cropping |
![]() |
bool | bInvert | Force texture invert |
![]() |
int | CoordinateIndex | UV coordinate index. |
![]() |
int | MirrorX | UV Mirror 0 No mirror, X mirror tilling otherwise. |
![]() |
int | MirrorY | UV Mirror 0 No mirror, X mirror tilling otherwise. |
![]() |
float | Multiplier | Texture multiplier |
![]() |
float | OffsetX | UV horizontal offset [0,1] range. |
![]() |
float | OffsetY | UV vertical offset [0,1] range. |
![]() |
int | OutputChannel | Color channel to be connected |
![]() |
float | Rotation | UV rotation [0,1] range. |
![]() |
float | ScaleX | UV horizontal scale. |
![]() |
float | ScaleY | UV vertical scale. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FDatasmithTextureSampler
(
int InCoordinateIndex, |