Navigation
API > API/Plugins > API/Plugins/InterchangeFbxParser
References
| Module | InterchangeFbxParser |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Parsers/Fbx/Public/InterchangeFbxParser.h |
| Include | #include "InterchangeFbxParser.h" |
Syntax
class FInterchangeFbxParser
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| T * | AddMessage () |
||
| FString | FetchAnimationBakeTransformPayload
(
const FString& PayloadKey, |
Extract bake transform animation payload data from the fbx, the key tell the translator what payload the client ask | |
| FString | FetchMeshPayload
(
const FString& PayloadKey, |
Extract mesh payload data from the fbx, the key tell the translator what payload the client ask | |
| void | FetchPayload
(
const FString& PayloadKey, |
Extract payload data from the fbx, the key tell the translator what payload the client ask | |
| TArray< FString > | Transform the results container into an array of Json strings | ||
| FString | |||
| FString | GetResultPayloadFilepath
(
const FString& PayloadKey |
||
| void | LoadFbxFile
(
const FString& Filename, |
Parse a file support by the fbx sdk. | |
| void | LoadFbxFile
(
const FString& Filename, |
Parse a file support by the fbx sdk. | |
| void | |||
| void | Reset () |
||
| void | SetConvertSettings
(
const bool InbConvertScene, |
||
| void | SetResultContainer
(
UInterchangeResultsContainer* Result |