FDatasmithFBXFileImporter::AddCurvesForProperty

Tries to extract animation curves of InProperty, building a new [FDatasmithFBXSceneAnimCurve](API\Plugins\DatasmithFBXTranslator\FDatasmithFBXSceneAnimCurve) of type InType for each channel, 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 AddCurvesForProperty
(
    FbxProperty InProperty,
    FbxAnimLayer * InLayer,
    EDatasmithFBXSceneAnimationCurveType Type,
    TArray< FDatasmithFBXSceneAnimCurve > & OutCurves
)

Remarks

Tries to extract animation curves of InProperty, building a new FDatasmithFBXSceneAnimCurve of type InType for each channel, if it can

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