Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FFbxImporter
Description
Retrieve pose array from bind pose
Iterate through Scene:Poses, and find valid bind pose for NodeArray, and return those Pose if valid
| Name | RetrievePoseFromBindPose |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FbxImporter.h |
| Include Path | #include "FbxImporter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshImport.cpp |
bool RetrievePoseFromBindPose
(
const TArray < FbxNode * > & NodeArray,
FbxArray< FbxPose * > & PoseArray
) const