Navigation
API > API/Plugins > API/Plugins/DatasmithFBXTranslator
References
| Module | DatasmithFBXTranslator |
| Header | /Engine/Plugins/Enterprise/DatasmithFBXImporter/Source/DatasmithFBXTranslator/Public/DatasmithFBXScene.h |
| Include | #include "DatasmithFBXScene.h" |
Syntax
struct FDatasmithFBXSceneMesh
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFlippedFaces | Whether the MeshDescription polygon faces have been reversed with respect to how they were immediately after import. | |
| FMD5Hash | Hash | MD5 of RawMesh contents | |
| int32 | ImportMaterialCount | Number of materials which could be assigned to this mesh | |
| TWeakPtr< FDatasmithFBXSceneNode > | ImportMaterialsNode | Node whose materials will be used if mesh instance will be attached to a node without materials. | |
| FMeshDescription | MeshDescription | Actual mesh geometry | |
| FString | Name |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FMD5Hash & | GetHash () |
||
| bool | HasNormals () |
||
| bool | HasTangents () |