|
| template<typename TDest , typename TSrc , typename InAllocatorType > |
| TArray< TDest, InAllocatorType > | ConvertArrayType (const TArray< TSrc, InAllocatorType > &From) |
| |
| template<typename TDest , typename TSrc , typename InAllocatorType > |
| TArray< TDest, InAllocatorType > | ConvertArrayTypeClampMax (const TArray< TSrc, InAllocatorType > &From) |
| |
| template<UE::CIntegral OutIntType, UE::CFloatingPoint InFloatType> |
| OutIntType | FloatToIntCastChecked (InFloatType FloatValue) |
| |
| template<> |
| int32 | FloatToIntCastChecked (float FloatValue) |
| |
| template<> |
| int64 | FloatToIntCastChecked (float FloatValue) |
| |
| template<> |
| int32 | FloatToIntCastChecked (double FloatValue) |
| |
| template<> |
| int64 | FloatToIntCastChecked (double FloatValue) |
| |
| FVector3f | NarrowWorldPositionChecked (const FVector &WorldPosition) |
| |
| FVector3f | NarrowWorldPositionChecked (const FVector::FReal InX, const FVector::FReal InY, const FVector::FReal InZ) |
| |