FFbxImporter::LinkMaterialProperty

Create and link texture to the right material parameter value

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/FbxImporter.h

Include

#include "FbxImporter.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMaterialImport.cpp

Syntax

bool LinkMaterialProperty
(
    const FbxSurfaceMaterial & FbxMaterial,
    UMaterialInstanceConstant * UnrealMaterial,
    const char * MaterialProperty,
    FName ParameterValue,
    bool bSetupAsNormalMap
)

Remarks

Create and link texture to the right material parameter value

Returns

bool

Parameters

Parameter

Description

FbxMaterial

Fbx material object

UnrealMaterial

MaterialProperty

The material component to import

ParameterValue

bSetupAsNormalMap

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss