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();

Thanks, you are my best friend!