Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FFbxImporter
Description
Import each material Input from Fbx Material
| Name | CreateAndLinkExpressionForMaterialProperty |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FbxImporter.h |
| Include Path | #include "FbxImporter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMaterialImport.cpp |
bool CreateAndLinkExpressionForMaterialProperty
(
const FbxSurfaceMaterial & FbxMaterial,
UMaterial * UnrealMaterial,
const char * MaterialProperty,
FExpressionInput & MaterialInput,
bool bSetupAsNormalMap,
TArray < FString > & UVSet,
const FVector2D & Location
)
bool
Parameters
| Name | Remarks |
|---|---|
| FbxMaterial | Fbx material object |
| UnrealMaterial | |
| MaterialProperty | The material component to import |
| MaterialInput | |
| bSetupAsNormalMap | |
| UVSet |