Navigation
API > API/Plugins > API/Plugins/InterchangeFbxParser > API/Plugins/InterchangeFbxParser/FInterchangeFbxParser > API/Plugins/InterchangeFbxParser/FInterchangeFbxParser/LoadFbxFile
References
| Module | InterchangeFbxParser |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Parsers/Fbx/Public/InterchangeFbxParser.h |
| Include | #include "InterchangeFbxParser.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Parsers/Fbx/Private/InterchangeFbxParser.cpp |
void LoadFbxFile
(
const FString & Filename,
UInterchangeBaseNodeContainer & BaseNodecontainer
)
Remarks
Parse a file support by the fbx sdk. It just extract all the fbx node and create a FBaseNodeContainer and dump it in a json file inside the ResultFolder
Parameters
| Name | Description |
|---|---|
| - | Filename is the file that the fbx sdk will read (.fbx or .obj) |
| - | BaseNodecontainer is the container of the scene graph |