FDatasmithFBXFileImporter::FillCurveFromClipsFile

Tries to extract key frames from InCurve, building a new [FDatasmithFBXSceneAnimCurve](API\Plugins\DatasmithFBXTranslator\FDatasmithFBXSceneAnimCurve) of type InType and component InComponent if it can.

Windows
MacOS
Linux

References

Module

DatasmithFBXTranslator

Header

/Engine/Plugins/Enterprise/DatasmithFBXImporter/Source/DatasmithFBXTranslator/Public/DatasmithFBXFileImporter.h

Include

#include "DatasmithFBXFileImporter.h"

Source

/Engine/Plugins/Enterprise/DatasmithFBXImporter/Source/DatasmithFBXTranslator/Private/DatasmithFBXFileImporter.cpp

Syntax

void FillCurveFromClipsFile
(
    FbxAnimCurve * InCurve,
    EDatasmithFBXSceneAnimationCurveType InType,
    EDatasmithFBXSceneAnimationCurveComponent InComponent
)

Remarks

Tries to extract key frames from InCurve, building a new FDatasmithFBXSceneAnimCurve of type InType and component InComponent if it can. It does a lot of math to convert coordinate systems and correct the interpolation between keys

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss