Navigation
API > API/Plugins > API/Plugins/InterchangeNodes > API/Plugins/InterchangeNodes/UInterchangeJointNode
Description
Get the global transform of the bind pose scene node. This value is computed from the local transforms of all parent bind poses.
| Name | GetBindPoseGlobalTransform |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeJointNode.h |
| Include Path | #include "InterchangeJointNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Private/InterchangeJointNode.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | Joint")
bool GetBindPoseGlobalTransform
(
const UInterchangeBaseNodeContainer * BaseNodeContainer,
const FTransform & GlobalOffsetTransform,
FTransform & AttributeValue
) const