Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FFbxImporter
Description
Remove metadata starting with the FBX_METADATA_PREFIX value associated to the specified UObject. This is used to ensure we do not restore old fbx meta data during reimports.
| Name | RemoveFBXMetaData |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FbxImporter.h |
| Include Path | #include "FbxImporter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMainImport.cpp |
static void RemoveFBXMetaData
(
const UObject * Object
)
Parameters
| Name | Remarks |
|---|---|
| Object | The UObject for which we want the FBX metadata removed. |