FFbxImporter::ImportTexture

Generate Unreal texture object from FBX texture.

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

UTexture * ImportTexture
(
    FbxFileTexture * FbxTexture,
    bool bSetupAsNormalMap
)

Remarks

Generate Unreal texture object from FBX texture.

Returns

UTexture* Unreal texture object generated.

Parameters

Parameter

Description

FbxTexture

FBX texture object to import.

bSetupAsNormalMap

Flag to import this texture as normal map.

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