Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/FbxAnimUtils.h |
| Include | #include "FbxAnimUtils.h" |
namespace FbxAnimUtils
{
bool FbxAnimUtils::ShouldImportCurve
(
fbxsdk::FbxAnimCurve * Curve,
bool bDoNotImportWithZeroValues
)
}
Remarks
Helper function used to check whether we should import the specified curve.
Parameters
| Name | Description |
|---|---|
| Curve | The curve to check |
| bDoNotImportWithZeroValues | Whether to skip zero-valued curves |