FRotatator uses euler angles. FRotator::Euler just creates an FVector with the angles from the FRotator. Also you can use FRotator::Clamp to clamp each angle between 0 and 360 degrees.
FRotatator uses euler angles. FRotator::Euler just creates an FVector with the angles from the FRotator. Also you can use FRotator::Clamp to clamp each angle between 0 and 360 degrees.