TransformRotation C++

Tell me how to write in C++

	FRotator DeltaRotation(10.0f,20.0f,30.0f);
	FRotator ReturnValue = Mesh->GetComponentToWorld().TransformRotation(DeltaRotation.Quaternion()).Rotator();
1 Like

Thanks, you are my best friend!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.