FbxAnimUtils::ShouldImportCurve

Helper function used to check whether we should import the specified curve.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "FbxAnimUtils.h"

Syntax

namespace FbxAnimUtils
{
    bool FbxAnimUtils::ShouldImportCurve
    (
        fbxsdk::FbxAnimCurve * Curve,
        bool bDoNotImportWithZeroValues
    )
}

Remarks

Helper function used to check whether we should import the specified curve.

Parameters

Parameter

Description

Curve

The curve to check

bDoNotImportWithZeroValues

Whether to skip zero-valued curves

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