Outputs the reference pose of the mesh in local space.

Mainly useful to avoid warnings about unconnected pins if they are intended to be empty, or to be blended with another local space pose.

This node using the same AnimNode as the Additive Identity Pose is not a mistake. Both use actually the same node struct under the hood.

The Only difference between them is an ERefPoseType enum that gets set at editor time from the GraphNode. The underlying AnimNode just switches its output based on that.