GetComponentToWorld(); Deprecated?

I want to know this function is deprecated or left in todo list?

It’s been replaced by just USceneComponent::GetComponentLocation()

Whereas GetRelativeLocation() will get the realtive

2 Likes

It does the same thing as this, but this one is preferred.
StaticMesh02->GetComponentTransform()

3 Likes