Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/FGenerationTools
| Type | Name | Description | |
|---|---|---|---|
| void | RemapPose
(
int32 LODLevel, |
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 | RemapPose
(
int32 LODLevel, |
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 |