FbxAnimUtils::ExtractAttributeCurves

Helper function that extracts custom attribute curves from a specified Fbx node, omiting attributes directly applied to the bones.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/FbxAnimUtils.h

Include

#include "FbxAnimUtils.h"

Syntax

namespace FbxAnimUtils
{
    void FbxAnimUtils::ExtractAttributeCurves
    (
        fbxsdk::FbxNode * InNode,
        bool bInDoNotImportCurveWithZero,
        TFunctionRef< void &)> ImportFunction
    )
}

Remarks

Helper function that extracts custom attribute curves from a specified Fbx node, omiting attributes directly applied to the bones.

Parameters

Parameter

Description

InNode

The node to extract curves from

bInDoNotImportCurveWithZero

Whether to skip zero-valued curves

ImportFunction

Function called to perform operations on the extracted curve(s)

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