Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FFbxImporter
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/FbxImporter.h |
| Include | #include "FbxImporter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMaterialImport.cpp |
void FindOrImportMaterialsFromNode
&40;
FbxNode &42; FbxNode,
TArray< UMaterialInterface &42; > & outMaterials,
TArray< FString > & UVSets,
bool bForSkeletalMesh
&41;
Remarks
Create materials from Fbx node. Only setup channels that connect to texture, and setup the UV coordinate of texture. If diffuse channel has no texture, one default node will be created with constant. If a material cannot be imported a nullptr will be insterted in the outMaterials array in its place. int32 material count that created from the Fbx node
Parameters
| Name | Description |
|---|---|
| FbxNode | Fbx node |
| outMaterials | Unreal Materials we created |
| UVSets | UV set name list |