Navigation
API > API/Plugins > API/Plugins/DatasmithFBXTranslator > API/Plugins/DatasmithFBXTranslator/FDatasmithFBXSceneMaterial
References
| Module | DatasmithFBXTranslator |
| Header | /Engine/Plugins/Enterprise/DatasmithFBXImporter/Source/DatasmithFBXTranslator/Public/DatasmithFBXScene.h |
| Include | #include "DatasmithFBXScene.h" |
Syntax
struct FTextureParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabled | ||
| FVector4 | Color | Multiplied color. | |
| FVector4 | Offset | Image space Can't combine these two in a single FVector4 because Vector4 parameters are actually float3 | |
| FString | Path | Full path of the exported texture. | |
| ETextureMapType | ProjectionType | ||
| FVector4 | Repeat | ||
| ETextureRepeatMode | RepeatMode | ||
| float | Rotate | ||
| FVector4 | Rotation | ||
| FVector4 | Scale | ||
| FVector4 | Translation | Used for planar projection. | |
| float | TriplanarBlendBias | ||
| FVector4 | TriplanarOffsetU | ||
| FVector4 | TriplanarOffsetV | ||
| FVector4 | TriplanarRepeatU | ||
| FVector4 | TriplanarRepeatV | ||
| FVector4 | TriplanarRotation | Exclusively for triplanar projection. | |
| FVector4 | TriplanarTextureSize |
Constructors
| Type | Name | Description | |
|---|---|---|---|