コード例 #1
0
float UKismetMathLibrary::GetTotalHours( FTimespan A )
{
	return A.GetTotalHours();
}