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 FetchAnimationBakeTransformPayload
(
const FString & PayloadKey,
const double BakeFrequency,
const double RangeStartTime,
const double RangeEndTime,
const FString & ResultFolder
)
Remarks
Extract bake transform animation 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 bake parameter can be different.
Parameters
| Name | Description |
|---|---|
| - | PayloadKey is the key that describe the payload data to extract from the fbx file |
| - | BakeFrequency is the Hz at which we should bake the transform |
| - | RangeStartTime is the start time of the bake |
| - | RangeEndTime is the end time of the bake |
| - | ResultFolder is the folder where we must put any result file |