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