Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/FGenerationTools
| Type | Name | Description | |
|---|---|---|---|
| void | Converts AnimBP pose to AnimNext Pose This function expects both poses to have the same LOD (number of bones and indexes) The target pose should be assigned to the correct reference pose prior to this call | ||
| void | Converts AnimNext pose to AnimBP Pose This function expects both poses to have the same LOD (number of bones and indexes) The target pose should be assigned to the correct reference pose prior to this call | ||
| void | RemapPose
(
const FLODPose& SourcePose, |
Converts AnimNext pose to local space transform array This function expects the output pose to have the same or a greater number of bones (as it may be being calculated for a lower LOD) The target pose should be assigned to the correct reference pose prior to this call, as transforms will not be filled in by this call if they are not affected by the current LOD. |