Get Cross Scene Component (Legacy)

Gets a Cross Scene Component, bound by a Cross Scene Binder.
Inputs
- Binder Asset: The binder asset that binds the component.
Outputs
Component: The bound component.
Transform: Since any component can access its Transform, we provide global transform values as the output as well:
- Position
- Rotation
- Local Scale
If you want to get local transform values or quaternion rotations, use the Get Transform command instead.