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/FbxMainImport.cpp |
static void RemoveFBXMetaData
&40;
const UObject &42; Object
&41;
Remarks
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.
Parameters
Name | Description |
---|---|
Object | The UObject for which we want the FBX metadata removed. |