FFbxImporter::ValidateAnimStack

Validate Anim Stack - multiple check for validating animstack

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "FbxImporter.h"

Source

/Engine/Source/Editor/UnrealEd/Private/SkeletalMeshEdit.cpp

Syntax

bool ValidateAnimStack
(
    TArray< FbxNode * > & SortedLinks,
    TArray< FbxNode * > & NodeArray,
    FbxAnimStack * CurAnimStack,
    int32 ResampleRate,
    bool bImportMorph,
    FbxTimeSpan & AnimTimeSpan
)

Remarks

Validate Anim Stack - multiple check for validating animstack

Parameters

Parameter

Description

SortedLinks

skeleton nodes which are sorted

NodeArray

node array of FBX meshes

CurAnimStack

Animation Data

ResampleRate

Resample Rate for data

AnimTimeSpan

AnimTimeSpan

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