FbxAnimUtils::ExtractAttributeCurves

Helper function that extracts attribute curves from a specified Fbx node.

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 &, const FString &, int32, int32)> ImportFunction
    )
}

Remarks

Helper function that extracts attribute curves from a specified Fbx node.

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