Navigation
API > API/Plugins > API/Plugins/InterchangeFbxParser > API/Plugins/InterchangeFbxParser/FInterchangeFbxParser
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 |
FString FetchMeshPayload
(
const FString & PayloadKey,
const FTransform & MeshGlobalTransform,
const FString & ResultFolder
)
Remarks
Extract mesh payload data from the fbx, the key tell the translator what payload the client ask
- Return the 'ResultPayloads' key unique id. We cannot use only the payload key because the mesh global transform can be different.
Parameters
| Name | Description |
|---|---|
| - | PayloadKey is the key that describe the payload data to extract from the fbx file |
| - | MeshGlobalTransform is the transform we want to apply to the mesh vertex |
| - | ResultFolder is the folder where we must put any result file |